Home
last modified time | relevance | path

Searched defs:TypeModule (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dmatching.rs116 fn module(&self, expected: &TypeModule, actual: &Module) -> Result<()> { in module()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes.rs497 pub struct TypeModule { struct
514 impl TypeTrace for TypeModule { argument