Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ stdout
Function
stdout
crates/wasi-common/src/sync/stdio.rs:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
pub struct Stdout(std::io::Stdout);
185
186
pub fn stdout() -> Stdout {
187
Stdout(std::io::stdout())
188
}
189
wasi_file_write_impl!(Stdout, Stdout);
190
191
pub struct Stderr(std::io::Stderr);
Callers
15
inherit_stdout
Method · 0.70
main
Function · 0.50
check_for_crash
Method · 0.50
main
Function · 0.50
main
Function · 0.50
execute
Method · 0.50
execute
Method · 0.50
write_all
Method · 0.50
is_terminal
Method · 0.50
execute_async
Method · 0.50
execute
Method · 0.50
inherit_stdout
Method · 0.50
Calls
1
Stdout
Class · 0.70
Tested by
2
segfault
Function · 0.40
overrun_the_stack
Function · 0.40