Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function WebAssembly.instantiateStreaming
import { WebAssembly } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";
const { instantiateStreaming } = WebAssembly;

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 WebAssembly code.

MDN

Parameters

response: Response | PromiseLike<Response>
optional
importObject: Imports