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