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.