Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dtraps.rs989 let sync_module = Module::new(sync_store.engine(), wat)?; in async_then_sync_trap() localVariable
994 let sync_instance = sync_linker.instantiate(&mut sync_store, &sync_module)?; in async_then_sync_trap()
1089 let sync_module = Module::new(sync_store.engine(), wat)?; in sync_then_async_trap() localVariable
1108 let sync_instance = sync_linker.instantiate(&mut sync_store, &sync_module)?; in sync_then_async_trap()