Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi/tests/
H A Dprocess_stdin.rs108 let mut stdin_write = child.stdin.take().unwrap(); in parent_process() localVariable
117 stdin_write.write_all(message.as_bytes()).unwrap(); in parent_process()
123 writeln!(&mut stdin_write, "restart_task").unwrap(); in parent_process()
134 stdin_write.write_all(message.as_bytes()).unwrap(); in parent_process()
140 writeln!(&mut stdin_write, "restart_runtime").unwrap(); in parent_process()
151 stdin_write.write_all(message.as_bytes()).unwrap(); in parent_process()
157 writeln!(&mut stdin_write, "all done").unwrap(); in parent_process()