Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dcoredump.rs250 let instance_b = linker.instantiate(&mut store, &module_b)?; in multiple_globals_memories_and_instances() localVariable
252 let trap_func = instance_b.get_typed_func::<(), ()>(&mut store, "trap")?; in multiple_globals_memories_and_instances()
/wasmtime-44.0.1/tests/all/component_model/
H A Dasync.rs824 let instance_b = linker.instantiate_async(&mut store, &b).await?; in run_wasm_in_call_async() localVariable
825 *store.data_mut() = Some(instance_b); in run_wasm_in_call_async()