function WebAssembly.instantiateStreaming
Jump to headinginstantiateStreaming(): Promise<WebAssemblyInstantiatedSource>
The WebAssembly.instantiateStreaming()
function compiles and instantiates a
WebAssembly module directly from a streamed underlying source. This is the most
efficient, optimized way to load wasm code.
Parameters Jump to heading
Jump to headingresponse: Response | PromiseLike<Response>
optional
Jump to headingimportObject: Imports
Return Type Jump to heading
Promise<WebAssemblyInstantiatedSource>