property WASIOptions.env Usage in Deno```typescript import { type WASIOptions } from "node:node__wasi.d.ts"; ``` An object similar to `process.env` that the WebAssembly application will see as its environment. Type object | undefined