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

Usage in Deno

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

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

Type

number | undefined