Function wasmtime_wasi::stdin
source · pub fn stdin() -> Stdin
Expand description
Returns a stream that represents the host’s standard input.
Suitable for passing to
WasiCtxBuilder::stdin
.
pub fn stdin() -> Stdin
Returns a stream that represents the host’s standard input.
Suitable for passing to
WasiCtxBuilder::stdin
.