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

Function p3_cli_much_stdout

tests/all/cli_tests.rs:2545–2550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2543 #[test]
2544 #[cfg_attr(not(feature = "component-model-async"), ignore)]
2545 fn p3_cli_much_stdout() -> Result<()> {
2546 run_much_stdout(
2547 P3_CLI_MUCH_STDOUT_COMPONENT,
2548 &["-Wcomponent-model-async", "-Sp3"],
2549 )
2550 }
2551
2552 #[test]
2553 fn p2_cli_max_resources() -> Result<()> {

Callers

nothing calls this directly

Calls 1

run_much_stdoutFunction · 0.85

Tested by

no test coverage detected