Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dtags.rs72 let m2_instance = Instance::new(&mut store, &m2, &[t1.into(), t1.into()])?; in wasm_import_tags() localVariable
73 let t1_2 = m2_instance.get_tag(&mut store, "t1_2").unwrap(); in wasm_import_tags()
75 let t1_22 = m2_instance.get_tag(&mut store, "t1_22").unwrap(); in wasm_import_tags()