import { type ContextOptions } from "https://dotland.deno.dev/std@0.181.0/wasi/snapshot_preview1.ts";
Properties
An array of strings that the WebAssembly instance will see as command-line arguments.
The first argument is the virtual path to the command itself.
An object of string keys mapped to string values that the WebAssembly module will see as its environment.
An object of string keys mapped to string values that the WebAssembly module will see as it's filesystem.
The string keys of are treated as directories within the sandboxed filesystem, the values are the real paths to those directories on the host machine.