Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes.rs68 pub struct TypeModuleIndex(u32);
283 pub(super) modules: PrimaryMap<TypeModuleIndex, TypeModule>,
412 impl Index<TypeModuleIndex> for ComponentTypes { TypeModule => modules }
462 Module(TypeModuleIndex),
H A Dinfo.rs477 ty: TypeModuleIndex,
484 ty: TypeModuleIndex,
H A Ddfg.rs252 ty: TypeModuleIndex,
H A Dtypes_builder.rs383 ) -> Result<TypeModuleIndex> { in convert_module() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dtypes.rs13 TypeFutureIndex, TypeFutureTableIndex, TypeListIndex, TypeMapIndex, TypeModuleIndex,
982 pub struct Module(Handle<TypeModuleIndex>);
985 pub(crate) fn from(index: TypeModuleIndex, ty: &InstanceType<'_>) -> Self { in from() argument
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs281 Import(ImportPath<'a>, TypeModuleIndex),
1966 Import(TypeModuleIndex),