instantiateStreamingAsync

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

MDN Reference


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