Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dfunc.rs2319 let returned_func = make_func(&mut store); in wasm_to_host_trampolines_and_subtyping() localVariable
2320 assert!(FuncType::eq(&returned_func.ty(&store), &ft1)); in wasm_to_host_trampolines_and_subtyping()
2326 results[0] = returned_func.into(); in wasm_to_host_trampolines_and_subtyping()