Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2468 WasmCompositeInnerType::Struct(self.convert_struct_type(s)?) in convert_composite_type()
2489 fn convert_struct_type(&self, ty: &wasmparser::StructType) -> WasmResult<WasmStructType> { in convert_struct_type() method