Home
last modified time | relevance | path

Searched refs:set_stdout (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasi-common/src/
H A Dctx.rs49 s.set_stdout(Box::new(crate::pipe::WritePipe::new(std::io::sink()))); in new()
104 pub fn set_stdout(&self, f: Box<dyn WasiFile>) { in set_stdout() method
/wasmtime-44.0.1/crates/wasi-common/src/sync/
H A Dmod.rs85 self.ctx.set_stdout(f); in stdout()
/wasmtime-44.0.1/crates/wasi-common/src/tokio/
H A Dmod.rs67 self.ctx.set_stdout(f); in stdout()