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

Usage in Deno

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

The version of WASI requested. Currently the only supported versions are 'unstable' and 'preview1'. This option is mandatory.

Type

"unstable" | "preview1"