Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dtraps.rs1009 let async_module = Module::new(async_store.engine(), wat)?; in async_then_sync_trap() localVariable
1026 .instantiate_async(&mut async_store, &async_module) in async_then_sync_trap()
1067 let async_module = Module::new(async_store.engine(), wat)?; in sync_then_async_trap() localVariable
1073 .instantiate_async(&mut async_store, &async_module) in sync_then_async_trap()