Searched refs:TypeComponentIndex (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | artifacts.rs | 6 component::{Component, ComponentTypes, TypeComponentIndex}, 14 pub ty: TypeComponentIndex,
|
| H A D | types.rs | 60 pub struct TypeComponentIndex(u32); 284 pub(super) components: PrimaryMap<TypeComponentIndex, TypeComponent>, 413 impl Index<TypeComponentIndex> for ComponentTypes { TypeComponent => components } 454 Component(TypeComponentIndex),
|
| H A D | types_builder.rs | 146 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 D | component.rs | 21 TrampolineIndex, TypeComponentIndex, TypeFuncIndex, UnsafeIntrinsic, VMComponentOffsets, 73 ty: TypeComponentIndex, 473 pub(crate) fn ty(&self) -> TypeComponentIndex { in ty() argument
|
| H A D | types.rs | 11 ComponentTypes, Export, InterfaceType, ResourceIndex, TypeComponentIndex, 1021 pub struct Component(Handle<TypeComponentIndex>); 1024 pub(crate) fn from(index: TypeComponentIndex, ty: &InstanceType<'_>) -> Self { in from() argument
|