Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/eszip/eszip_wasm.generated.js>instantiate

A compact file format to losslessly serialize an ECMAScript module graph into a single file
Latest
function instantiate
import { instantiate } from "https://deno.land/x/eszip@v0.79.1/eszip_wasm.generated.js";

Instantiates an instance of the Wasm module returning its functions.

Returns

Promise<InstantiateResult["exports"]>