Lines Matching defs:instance

28     let instance = Instance::new(&mut store, &module, &[])?;  in call_wasm_to_wasm()  localVariable
54 let instance = Instance::new(&mut store, &module, &[import_func.into()])?; in call_wasm_to_native() localVariable
90 let instance = Instance::new(&mut store, &module, &[import_func.into()])?; in call_wasm_to_array() localVariable
116 let instance = Instance::new(&mut store, &module, &[])?; in call_native_to_wasm() localVariable
177 let instance = Instance::new(&mut store, &module, &[])?; in call_array_to_wasm() localVariable
263 let instance = Instance::new(&mut store, &module, &[global.into()])?; in call_indirect_native_from_wasm_import_global() localVariable
293 let instance = Instance::new(&mut store, &module, &[table.into()])?; in call_indirect_native_from_wasm_import_table() localVariable
323 let instance = Instance::new(&mut store, &module, &[get_func.into()])?; in call_indirect_native_from_wasm_import_func_returns_funcref() localVariable
348 let instance = Instance::new(&mut store, &module, &[])?; in call_indirect_native_from_exported_table() localVariable
380 let instance = Instance::new(&mut store, &module, &[])?; in call_indirect_native_from_exported_global() localVariable
751 let instance = Instance::new(&mut store, &module, &imports)?; in import_works() localVariable
941 let instance = Instance::new(&mut store, &module, &[])?; in get_from_module() localVariable
1101 let instance = Instance::new(&mut store1, &module, &[return_cross_store_func.into()])?; in return_cross_store_value() localVariable
1201 let instance = Instance::new(&mut store, &module, &[])?; in typed_multiple_results() localVariable
1284 let instance = Instance::new(&mut *store, &module, &[f.into()])?; in wrap_multiple_results() localVariable
1447 let instance = Instance::new(&mut store, &module, &[])?; in trampoline_for_declared_elem() localVariable
1507 let instance = Instance::new(&mut store, &module, &[debug.into()])?; in wasm_ty_roundtrip() localVariable
1529 let instance = Instance::new(&mut store, &module, &[])?; in typed_funcs_count_params_correctly_in_error_messages() localVariable
1594 let instance = linker.instantiate(&mut store, &module)?; in calls_with_funcref_and_externref() localVariable
1692 let instance = Instance::new(&mut store, &module, &[])?; in typed_concrete_param() localVariable
1769 let instance = Instance::new(&mut store, &module, &[])?; in typed_concrete_result() localVariable
1876 let instance = Instance::new(&mut store, &module, &[])?; in call_wasm_passing_subtype_func_param() localVariable
1965 let instance = Instance::new(&mut store, &module, &[])?; in call_wasm_getting_subtype_func_return() localVariable
2033 let instance = Instance::new(&mut store, &module, &[])?; in typed_v128() localVariable
2220 let instance = linker.instantiate(&mut store, &module)?; in wrap_and_typed_i31ref() localVariable
2331 let instance = Instance::new( in wasm_to_host_trampolines_and_subtyping() localVariable