Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs246 pub fn unwrap_ref_type(&self) -> WasmRefType { in unwrap_ref_type() method
/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs3206 let current_continuation_type = current_continuation_type.unwrap_ref_type(); in translate_operator()