Searched defs:ComponentTypes (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types.rs | 282 pub struct ComponentTypes { struct 283 pub(super) modules: PrimaryMap<TypeModuleIndex, TypeModule>, 307 impl TypeTrace for ComponentTypes { argument 335 impl ComponentTypes { impl 436 impl<T> Index<T> for ComponentTypes implementation
|
| H A D | types_builder.rs | 146 pub fn finish(mut self, component: &Component) -> (ComponentTypes, TypeComponentIndex) { in finish() 199 pub(super) fn component_types(&self) -> &ComponentTypes { in component_types() 234 pub fn resources_mut_and_types(&mut self) -> (&mut ResourcesBuilder, &ComponentTypes) { in resources_mut_and_types()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/ |
| H A D | ty.rs | 82 pub(crate) fn uninstantiated(types: &ComponentTypes, index: ResourceIndex) -> ResourceType { in uninstantiated() 91 pub(crate) fn abstract_(types: &ComponentTypes, index: AbstractResourceIndex) -> ResourceType { in abstract_()
|
| /wasmtime-44.0.1/crates/environ/src/component/types_builder/ |
| H A D | resources.rs | 163 types: &mut ComponentTypes, in convert()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | component.rs | 491 pub(crate) fn types(&self) -> &Arc<ComponentTypes> { in types()
|
| H A D | linker.rs | 322 types: &ComponentTypes, in define_unknown_imports_as_traps()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | component.rs | 864 &ComponentTypes, in instance_states()
|