wasmtime_wasi

Function stdin

Source
pub fn stdin() -> Stdin
Expand description

Returns a stream that represents the host’s standard input.

Suitable for passing to WasiCtxBuilder::stdin.