Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ stdin
Function
stdin
crates/wasi-common/src/sync/stdio.rs:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
pub struct Stdin(std::io::Stdin);
19
20
pub fn stdin() -> Stdin {
21
Stdin(std::io::stdin())
22
}
23
24
#[async_trait::async_trait]
25
impl WasiFile for Stdin {
Callers
11
inherit_stdin
Method · 0.70
read_to_string
Function · 0.50
read_cwasm
Method · 0.50
execute_async
Method · 0.50
inherit_stdin
Method · 0.50
is_terminal
Method · 0.50
create
Function · 0.50
child_process
Function · 0.50
event_loop
Method · 0.50
main
Function · 0.50
stdio_is_terminal
Function · 0.50
Calls
1
Stdin
Class · 0.70
Tested by
1
child_process
Function · 0.40