Skip to main content
property WASIOptions.env

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

Type

object | undefined
Back to top