MCPcopy Create free account
hub / github.com/bytecodealliance/wstd / stdio.rs

File stdio.rs

src/io/stdio.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::{AsyncInputStream, AsyncOutputStream, AsyncRead, AsyncWrite, Result};
2use std::cell::LazyCell;
3use wasip2::cli::terminal_input::TerminalInput;
4use wasip2::cli::terminal_output::TerminalOutput;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected