Skip to main content
WASIOptions.env - wasi - Node documentation
property WASIOptions.env

Usage in Deno

import { type WASIOptions } from "node:wasi";

An object similar to process.env that the WebAssembly application will see as its environment.

Type

object | undefined