Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dmatching.rs13 TypeFutureTableIndex, TypeModule, TypeResourceTable, TypeResourceTableIndex,
116 fn module(&self, expected: &TypeModule, actual: &Module) -> Result<()> { in module() argument
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes.rs283 pub(super) modules: PrimaryMap<TypeModuleIndex, TypeModule>,
412 impl Index<TypeModuleIndex> for ComponentTypes { TypeModule => modules }
497 pub struct TypeModule { struct
514 impl TypeTrace for TypeModule { argument
H A Dtypes_builder.rs386 let mut result = TypeModule::default(); in convert_module()