nx.js
NamespacesWebAssemblyFunctions

instantiateStreaming

instantiateStreaming(source, importObject?): Promise<WebAssemblyInstantiatedSource>

MDN Reference

Parameters

ParameterType
sourceResponse | PromiseLike<Response>
importObject?Imports

Returns

Promise<WebAssemblyInstantiatedSource>

On this page