Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Denv.rs346 let ty = converter.convert_func_type(&ty)?; in callee_sig()
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2462 WasmCompositeInnerType::Func(self.convert_func_type(f)?) in convert_composite_type()
2519 fn convert_func_type(&self, ty: &wasmparser::FuncType) -> WasmResult<WasmFuncType> { in convert_func_type() method