Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dfuncref.rs44 let other_instance_func = other_instance.get_func(&mut store, "func").unwrap(); in pass_funcref_in_and_out_of_wasm() localVariable
49 &[Val::FuncRef(Some(other_instance_func))], in pass_funcref_in_and_out_of_wasm()
57 &other_instance_func.ty(&store), in pass_funcref_in_and_out_of_wasm()