MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / p2_stream

Method p2_stream

crates/wasi/src/cli.rs:180–182  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

178}
179impl<T: ?Sized + StdinStream + Sync> StdinStream for &T {
180 fn p2_stream(&self) -> Box<dyn InputStream> {
181 T::p2_stream(self)
182 }
183 fn async_stream(&self) -> Box<dyn AsyncRead + Send + Sync> {
184 T::async_stream(self)
185 }

Callers 4

memory_stdin_streamFunction · 0.45
async_stdin_streamFunction · 0.45
child_processFunction · 0.45

Calls

no outgoing calls

Tested by 2

memory_stdin_streamFunction · 0.36
child_processFunction · 0.36