instantiateStreamingAsync

external fun instantiateStreamingAsync(source: Response, importObject: Imports = definedExternally, options: WebAssemblyCompileOptions? = definedExternally): Promise<WebAssemblyInstantiatedSource>(source)

MDN Reference


external fun instantiateStreamingAsync(source: PromiseLike<Response>, importObject: Imports = definedExternally, options: WebAssemblyCompileOptions? = definedExternally): Promise<WebAssemblyInstantiatedSource>(source)