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

x/wasm/pkg/wasmer_wasi_js.d.ts

Monorepo for Javascript WebAssembly packages by Wasmer
Go to Latest
import * as wasm from "https://deno.land/x/wasm@v1.2.1/pkg/wasmer_wasi_js.d.ts";

Classes

A struct representing an aborted instruction execution, with a message indicating the cause.

Functions

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Instantiates the given module, which can either be bytes or a precompiled WebAssembly.Module.