Home
last modified time | relevance | path

Searched refs:ComponentValType (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wizer/src/component/
H A Dinstrument.rs195 .params::<_, wasm_encoder::ComponentValType>([]) in add_core_instance_global()
196 .result(Some(wasm_encoder::ComponentValType::Primitive(prim))); in add_core_instance_global()
270 .list(wasm_encoder::ComponentValType::Primitive( in add_core_instance_memory()
276 .params::<_, wasm_encoder::ComponentValType>([]) in add_core_instance_memory()
277 .result(Some(wasm_encoder::ComponentValType::Type(list_ty))); in add_core_instance_memory()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs15 ComponentValType, RecordType, ResourceId, TupleType, VariantType,
485 ty: &ComponentValType, in valtype() argument
489 ComponentValType::Primitive(p) => self.primitive_type(p), in valtype()
580 ty: &ComponentValType, in fixed_length_list_type() argument
625 ty: &ComponentValType, in option_type() argument
636 ok: &Option<ComponentValType>, in result_type() argument
637 err: &Option<ComponentValType>, in result_type() argument
658 ty: &Option<ComponentValType>, in future_table_type() argument
671 ty: &Option<ComponentValType>, in stream_table_type() argument
698 key: &ComponentValType, in map_type() argument
[all …]
H A Dtranslate.rs18 ComponentFuncTypeId, ComponentInstanceTypeId, ComponentValType,
205 result: Option<ComponentValType>,
884 wasmparser::ComponentValType::Primitive(ty) => { in translate_payload()
885 ComponentValType::Primitive(ty) in translate_payload()
887 wasmparser::ComponentValType::Type(ty) => ComponentValType::Type( in translate_payload()
1667 fn ty_eq(a: &InterfaceType, b: &wasmparser::component_types::ComponentValType) -> bool { in check_unsafe_intrinsics_import()
1668 use wasmparser::{PrimitiveValType as P, component_types::ComponentValType as C}; in check_unsafe_intrinsics_import()
1688 … actual: impl ExactSizeIterator<Item = &'a wasmparser::component_types::ComponentValType>, in check_unsafe_intrinsics_import()