Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dartifacts.rs6 component::{Component, ComponentTypes, TypeComponentIndex},
14 pub ty: TypeComponentIndex,
H A Dtypes.rs60 pub struct TypeComponentIndex(u32);
284 pub(super) components: PrimaryMap<TypeComponentIndex, TypeComponent>,
413 impl Index<TypeComponentIndex> for ComponentTypes { TypeComponent => components }
454 Component(TypeComponentIndex),
H A Dtypes_builder.rs146 pub fn finish(mut self, component: &Component) -> (ComponentTypes, TypeComponentIndex) { in finish() argument
323 ) -> Result<TypeComponentIndex> { in convert_component() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs21 TrampolineIndex, TypeComponentIndex, TypeFuncIndex, UnsafeIntrinsic, VMComponentOffsets,
73 ty: TypeComponentIndex,
473 pub(crate) fn ty(&self) -> TypeComponentIndex { in ty() argument
H A Dtypes.rs11 ComponentTypes, Export, InterfaceType, ResourceIndex, TypeComponentIndex,
1021 pub struct Component(Handle<TypeComponentIndex>);
1024 pub(crate) fn from(index: TypeComponentIndex, ty: &InstanceType<'_>) -> Self { in from() argument