WasmTTYOutput
Defined in: packages/runtime/src/wasm/tty-bridge.ts:71
Byte sink the WASM program writes to via its TTY put_char op.
Extended by
Section titled “Extended by”Methods
Section titled “Methods”putChar()
Section titled “putChar()”putChar(
byte):void
Defined in: packages/runtime/src/wasm/tty-bridge.ts:73
Write a single character byte. Called synchronously by Emscripten.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”void