Class Instance

A handle connected to a running WASIX program.

Constructors

Properties

Methods

Constructors

Properties

stderr: ReadableStream<any>

The WASI program's standard error.

stdin: WritableStream<any>

The standard input stream, if one wasn't provided when starting the instance.

stdout: ReadableStream<any>

The WASI program's standard output.

Methods

  • Returns void

  • Wait for the process to exit.

    Returns Promise<Output>

Generated using TypeDoc