Skip to main content
Go to Latest
interface ModuleOptions
import { type ModuleOptions } from "https://deno.land/std@0.60.0/wasi/snapshot_preview1.ts";

Properties

optional
args: string[]
optional
env: { [key: string]: string | undefined; }
optional
preopens: { [key: string]: string; }
optional
memory: WebAssembly.Memory