Searched refs:MemoryInputPipe (Results 1 – 4 of 4) sorted by relevance
7 impl IsTerminal for p2::pipe::MemoryInputPipe { implementation12 impl StdinStream for p2::pipe::MemoryInputPipe { implementation
25 pub struct MemoryInputPipe { struct29 impl MemoryInputPipe { implementation42 impl InputStream for MemoryInputPipe { implementation56 impl Pollable for MemoryInputPipe { implementation60 impl AsyncRead for MemoryInputPipe { implementation
126 let binary = wasmtime_wasi::p2::pipe::MemoryInputPipe::new(binary); in wasi_config_set_stdin_bytes()
284 p2::pipe::MemoryInputPipe::new("the quick brown fox jumped over the three lazy dogs"); in memory_stdin_stream()