Home
last modified time | relevance | path

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

/wasmtime-44.0.1/benches/
H A Dcall.rs954 let run_instance = in same_callee() localVariable
956 let run = run_instance in same_callee()
1027 let run_instance = in different_callees() localVariable
1029 let run = run_instance in different_callees()
/wasmtime-44.0.1/tests/all/
H A Dasync_functions.rs433 async fn run_instance(engine: &Engine, name: &str) -> Instance { in async_mpk_protection() function
441 let mut a = Box::pin(run_instance(&engine, "a")); in async_mpk_protection()
442 let mut b = Box::pin(run_instance(&engine, "b")); in async_mpk_protection()