Skip to main content
Module

x/netzo/deno.d.ts>WebAssembly.instantiateStreaming

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
function WebAssembly.instantiateStreaming
import { WebAssembly } from "https://deno.land/x/netzo@v0.1.10/deno.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 wasm code.

MDN

Parameters

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