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

Usage in Deno

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

The file descriptor used as standard output in the WebAssembly application.

Type

number | undefined