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

Properties

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