property WASIOptions.version Usage in Deno```typescript import { type WASIOptions } from "node:node__wasi.d.ts"; ``` The version of WASI requested. Currently the only supported versions are `'unstable'` and `'preview1'`. This option is mandatory. Type "unstable" | "preview1"