Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-common/src/
H A Dctx.rs48 s.set_stdin(Box::new(crate::pipe::ReadPipe::new(std::io::empty()))); in new()
100 pub fn set_stdin(&self, f: Box<dyn WasiFile>) { in set_stdin() method
/wasmtime-44.0.1/crates/wasi-common/src/sync/
H A Dmod.rs81 self.ctx.set_stdin(f); in stdin()
/wasmtime-44.0.1/crates/wasi-common/src/tokio/
H A Dmod.rs63 self.ctx.set_stdin(f); in stdin()