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

Function p3_cli_serve_hello_world

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

Source from the content-addressed store, hash-verified

2564 #[tokio::test]
2565 #[cfg_attr(not(feature = "component-model-async"), ignore)]
2566 async fn p3_cli_serve_hello_world() -> Result<()> {
2567 cli_serve_hello_world(P3_CLI_SERVE_HELLO_WORLD_COMPONENT, 1, 1, |cmd| {
2568 cmd.arg("-Wcomponent-model-async");
2569 cmd.arg("-Sp3,cli");
2570 })
2571 .await
2572 }
2573
2574 #[tokio::test]
2575 async fn p2_cli_serve_hello_world() -> Result<()> {

Callers

nothing calls this directly

Calls 2

cli_serve_hello_worldFunction · 0.85
argMethod · 0.45

Tested by

no test coverage detected