Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Ddebug.rs1259 let instance3 = Instance::new(&mut store, &module1, &[])?; in debug_ids() localVariable
1294 instance3 in debug_ids()
1304 instance3 in debug_ids()
1314 instance3 in debug_ids()
1324 instance3 in debug_ids()
H A Dtraps.rs1584 let instance3 = Instance::new(&mut store3, &module, &[f3.into(), call_ref3.into()])?; in same_module_multiple_stores() localVariable
1594 instance3 in same_module_multiple_stores()
/wasmtime-44.0.1/tests/all/component_model/
H A Ddynamic.rs194 let instance3 = Linker::new(&engine).instantiate(&mut store3, &component)?; in maps() localVariable
195 let func3 = instance3.get_func(&mut store3, "echo").unwrap(); in maps()