- Preparing search index...
- The search index is not available
@runno/wasi
Type alias WASIContextOptions
WASIContextOptions: { args: string[]; debug: DebugFn; env: Record<string, string>; fs: WASIFS; isTTY: boolean; stderr: ((err) => void); stdin: ((maxByteLength) => string | null); stdout: ((out) => void); }
Type declaration
-
args: string[]
-
-
env: Record<string, string>
-
-
isTTY: boolean
-
stderr: ((err) => void)
-
stdin: ((maxByteLength) => string | null)
-
- (maxByteLength): string | null
-
Returns string | null
-
stdout: ((out) => void)