Function js_sys::WebAssembly::instantiate_streaming[][src]

pub fn instantiate_streaming(response: &Promise, imports: &Object) -> Promise

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.

MDN documentation