Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface WebAssembly.WebAssemblyInstantiatedSource
import { type WebAssembly } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.deno.shared_globals.d.ts";
const { WebAssemblyInstantiatedSource } = WebAssembly;

The value returned from WebAssembly.instantiate.

Properties

instance: Instance
module: Module

A WebAssembly.Module object representing the compiled WebAssembly module. This Module can be instantiated again, or shared via postMessage().