Home
last modified time | relevance | path

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

/wasmtime-44.0.1/examples/wasip1-async/
H A Dmain.rs34 .module_async(&mut store, "", &module) in main()
/wasmtime-44.0.1/tests/all/
H A Dasync_functions.rs734 linker.module_async(&mut store, "", &module1).await?; in linker_module_command()
773 linker.module_async(&mut store, "", &module1).await?; in linker_module_reactor()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dlinker.rs837 pub async fn module_async( in module_async() method
/wasmtime-44.0.1/src/commands/
H A Drun.rs449 .module_async(&mut *store, name, &preload_module) in instantiate_and_run()