import * as eszip from "https://deno.land/x/eszip@v0.78.0/eszip_wasm.generated.d.ts";
Functions
Serialize a module graph into eszip. | |
Instantiates an instance of the Wasm module returning its functions. | |
Instantiates an instance of the Wasm module along with its exports. | |
Gets if the Wasm module has been instantiated. |
Interfaces
Options for instantiating a Wasm instance. | |