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.
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.instantiateStreaming