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

Usage in Deno

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

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

Type

number | undefined