MCPcopy 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

184pub struct Stdout(std::io::Stdout);
185
186pub fn stdout() -> Stdout {
187 Stdout(std::io::stdout())
188}
189wasi_file_write_impl!(Stdout, Stdout);
190
191pub struct Stderr(std::io::Stderr);

Callers 15

inherit_stdoutMethod · 0.70
mainFunction · 0.50
check_for_crashMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
executeMethod · 0.50
executeMethod · 0.50
write_allMethod · 0.50
is_terminalMethod · 0.50
execute_asyncMethod · 0.50
executeMethod · 0.50
inherit_stdoutMethod · 0.50

Calls 1

StdoutClass · 0.70

Tested by 2

segfaultFunction · 0.40
overrun_the_stackFunction · 0.40