Home
last modified time | relevance | path

Searched refs:test_yield_post_return (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dpost_return.rs38 test_yield_post_return(&[ in async_yield_post_return_caller()
47 test_yield_post_return(&[test_programs_artifacts::ASYNC_YIELD_POST_RETURN_CALLEE_COMPONENT]) in async_yield_post_return_callee()
51 async fn test_yield_post_return(components: &[&str]) -> Result<()> { in test_yield_post_return() function