Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2465 WasmCompositeInnerType::Array(self.convert_array_type(a)?) in convert_composite_type()
2499 fn convert_array_type(&self, ty: &wasmparser::ArrayType) -> WasmResult<WasmArrayType> { in convert_array_type() method