Home
last modified time | relevance | path

Searched defs:ComponentEntityType (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/types_builder/
H A Dresources.rs198 ty: ComponentEntityType, in register_component_entity_type()
212 ty: ComponentEntityType, in register_abstract_component_entity_type()
224 ty: ComponentEntityType, in register_component_entity_type_()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtranslate.rs1644 let ComponentEntityType::Instance(instance_ty) = ty else { in check_unsafe_intrinsics_import() localVariable
1659 let ComponentEntityType::Func(func_ty) = ty else { in check_unsafe_intrinsics_import() localVariable
H A Dtypes_builder.rs274 ty: ComponentEntityType, in convert_component_entity_type()
365 ty: ComponentEntityType, in register_abstract_component_entity_type()