Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
function WebAssembly.instantiateStreaming

Compiles and instantiates a WebAssembly module directly from a streamed underlying source. This is the most efficient, optimized way to load wasm code.

Parameters

source: Promise<Response>
optional
importObject: object