Lines Matching refs:component
10 instance_pre: wasmtime::component::InstancePre<T>,
28 instance_pre: wasmtime::component::InstancePre<_T>, in new()
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { in instance_pre()
113 _instance_pre: &wasmtime::component::InstancePre<_T>, in new()
115 let _component = _instance_pre.component(); in new()
128 instance: &wasmtime::component::Instance, in load()
141 component: &wasmtime::component::Component, in instantiate()
142 linker: &wasmtime::component::Linker<_T>, in instantiate()
144 let pre = linker.instantiate_pre(component)?; in instantiate()
151 instance: &wasmtime::component::Instance, in new()
160 component: &wasmtime::component::Component, in instantiate_async()
161 linker: &wasmtime::component::Linker<_T>, in instantiate_async()
166 let pre = linker.instantiate_pre(component)?; in instantiate_async()
170 linker: &mut wasmtime::component::Linker<T>, in add_to_linker()
191 use wasmtime::component::__internal::Box;
192 #[derive(wasmtime::component::ComponentType)]
193 #[derive(wasmtime::component::Lift)]
194 #[derive(wasmtime::component::Lower)]
195 #[component(record)]
198 #[component(name = "a1")]
200 #[component(name = "a2")]
202 #[component(name = "a3")]
204 #[component(name = "a4")]
206 #[component(name = "b")]
207 pub b: wasmtime::component::__internal::String,
208 #[component(name = "c")]
209 pub c: wasmtime::component::__internal::Vec<u8>,
225 48 == < OtherRecord as wasmtime::component::ComponentType >::SIZE32
228 8 == < OtherRecord as wasmtime::component::ComponentType >::ALIGN32
231 #[derive(wasmtime::component::ComponentType)]
232 #[derive(wasmtime::component::Lift)]
233 #[derive(wasmtime::component::Lower)]
234 #[component(record)]
237 #[component(name = "x")]
238 pub x: wasmtime::component::__internal::String,
239 #[component(name = "y")]
241 #[component(name = "z")]
242 pub z: wasmtime::component::__internal::Vec<OtherRecord>,
243 #[component(name = "c1")]
245 #[component(name = "c2")]
247 #[component(name = "c3")]
249 #[component(name = "c4")]
267 96 == < SomeRecord as wasmtime::component::ComponentType >::SIZE32
270 8 == < SomeRecord as wasmtime::component::ComponentType >::ALIGN32
273 #[derive(wasmtime::component::ComponentType)]
274 #[derive(wasmtime::component::Lift)]
275 #[derive(wasmtime::component::Lower)]
276 #[component(variant)]
279 #[component(name = "a")]
281 #[component(name = "b")]
283 #[component(name = "c")]
284 C(wasmtime::component::__internal::String),
301 12 == < OtherVariant as wasmtime::component::ComponentType >::SIZE32
304 4 == < OtherVariant as wasmtime::component::ComponentType >::ALIGN32
307 #[derive(wasmtime::component::ComponentType)]
308 #[derive(wasmtime::component::Lift)]
309 #[derive(wasmtime::component::Lower)]
310 #[component(variant)]
313 #[component(name = "a")]
314 A(wasmtime::component::__internal::String),
315 #[component(name = "b")]
317 #[component(name = "c")]
319 #[component(name = "d")]
320 D(wasmtime::component::__internal::Vec<OtherVariant>),
340 12 == < SomeVariant as wasmtime::component::ComponentType >::SIZE32
343 4 == < SomeVariant as wasmtime::component::ComponentType >::ALIGN32
346 pub type LoadStoreAllSizes = wasmtime::component::__internal::Vec<
348 wasmtime::component::__internal::String,
364 8 == < LoadStoreAllSizes as wasmtime::component::ComponentType
368 4 == < LoadStoreAllSizes as wasmtime::component::ComponentType
372 pub trait HostWithStore: wasmtime::component::HasData {}
375 _T: wasmtime::component::HasData,
380 x: wasmtime::component::__internal::Vec<u8>, in list_u8_param()
384 x: wasmtime::component::__internal::Vec<u16>, in list_u16_param()
388 x: wasmtime::component::__internal::Vec<u32>, in list_u32_param()
392 x: wasmtime::component::__internal::Vec<u64>, in list_u64_param()
396 x: wasmtime::component::__internal::Vec<i8>, in list_s8_param()
400 x: wasmtime::component::__internal::Vec<i16>, in list_s16_param()
404 x: wasmtime::component::__internal::Vec<i32>, in list_s32_param()
408 x: wasmtime::component::__internal::Vec<i64>, in list_s64_param()
412 x: wasmtime::component::__internal::Vec<f32>, in list_f32_param()
416 x: wasmtime::component::__internal::Vec<f64>, in list_f64_param()
418 fn list_u8_ret(&mut self) -> wasmtime::component::__internal::Vec<u8>; in list_u8_ret()
419 fn list_u16_ret(&mut self) -> wasmtime::component::__internal::Vec<u16>; in list_u16_ret()
420 fn list_u32_ret(&mut self) -> wasmtime::component::__internal::Vec<u32>; in list_u32_ret()
421 fn list_u64_ret(&mut self) -> wasmtime::component::__internal::Vec<u64>; in list_u64_ret()
422 fn list_s8_ret(&mut self) -> wasmtime::component::__internal::Vec<i8>; in list_s8_ret()
423 fn list_s16_ret(&mut self) -> wasmtime::component::__internal::Vec<i16>; in list_s16_ret()
424 fn list_s32_ret(&mut self) -> wasmtime::component::__internal::Vec<i32>; in list_s32_ret()
425 fn list_s64_ret(&mut self) -> wasmtime::component::__internal::Vec<i64>; in list_s64_ret()
426 fn list_f32_ret(&mut self) -> wasmtime::component::__internal::Vec<f32>; in list_f32_ret()
427 fn list_f64_ret(&mut self) -> wasmtime::component::__internal::Vec<f64>; in list_f64_ret()
430 x: wasmtime::component::__internal::Vec<(u8, i8)>, in tuple_list()
431 ) -> wasmtime::component::__internal::Vec<(i64, u32)>; in tuple_list()
434 a: wasmtime::component::__internal::Vec< in string_list_arg()
435 wasmtime::component::__internal::String, in string_list_arg()
440 ) -> wasmtime::component::__internal::Vec< in string_list_ret()
441 wasmtime::component::__internal::String, in string_list_ret()
445 x: wasmtime::component::__internal::Vec< in tuple_string_list()
446 (u8, wasmtime::component::__internal::String), in tuple_string_list()
448 ) -> wasmtime::component::__internal::Vec< in tuple_string_list()
449 (wasmtime::component::__internal::String, u8), in tuple_string_list()
453 x: wasmtime::component::__internal::Vec< in string_list()
454 wasmtime::component::__internal::String, in string_list()
456 ) -> wasmtime::component::__internal::Vec< in string_list()
457 wasmtime::component::__internal::String, in string_list()
461 x: wasmtime::component::__internal::Vec<SomeRecord>, in record_list()
462 ) -> wasmtime::component::__internal::Vec<OtherRecord>; in record_list()
465 x: wasmtime::component::__internal::Vec<OtherRecord>, in record_list_reverse()
466 ) -> wasmtime::component::__internal::Vec<SomeRecord>; in record_list_reverse()
469 x: wasmtime::component::__internal::Vec<SomeVariant>, in variant_list()
470 ) -> wasmtime::component::__internal::Vec<OtherVariant>; in variant_list()
479 x: wasmtime::component::__internal::Vec<u8>, in list_u8_param()
485 x: wasmtime::component::__internal::Vec<u16>, in list_u16_param()
491 x: wasmtime::component::__internal::Vec<u32>, in list_u32_param()
497 x: wasmtime::component::__internal::Vec<u64>, in list_u64_param()
503 x: wasmtime::component::__internal::Vec<i8>, in list_s8_param()
509 x: wasmtime::component::__internal::Vec<i16>, in list_s16_param()
515 x: wasmtime::component::__internal::Vec<i32>, in list_s32_param()
521 x: wasmtime::component::__internal::Vec<i64>, in list_s64_param()
527 x: wasmtime::component::__internal::Vec<f32>, in list_f32_param()
533 x: wasmtime::component::__internal::Vec<f64>, in list_f64_param()
537 fn list_u8_ret(&mut self) -> wasmtime::component::__internal::Vec<u8> { in list_u8_ret()
540 fn list_u16_ret(&mut self) -> wasmtime::component::__internal::Vec<u16> { in list_u16_ret()
543 fn list_u32_ret(&mut self) -> wasmtime::component::__internal::Vec<u32> { in list_u32_ret()
546 fn list_u64_ret(&mut self) -> wasmtime::component::__internal::Vec<u64> { in list_u64_ret()
549 fn list_s8_ret(&mut self) -> wasmtime::component::__internal::Vec<i8> { in list_s8_ret()
552 fn list_s16_ret(&mut self) -> wasmtime::component::__internal::Vec<i16> { in list_s16_ret()
555 fn list_s32_ret(&mut self) -> wasmtime::component::__internal::Vec<i32> { in list_s32_ret()
558 fn list_s64_ret(&mut self) -> wasmtime::component::__internal::Vec<i64> { in list_s64_ret()
561 fn list_f32_ret(&mut self) -> wasmtime::component::__internal::Vec<f32> { in list_f32_ret()
564 fn list_f64_ret(&mut self) -> wasmtime::component::__internal::Vec<f64> { in list_f64_ret()
569 x: wasmtime::component::__internal::Vec<(u8, i8)>, in tuple_list()
570 ) -> wasmtime::component::__internal::Vec<(i64, u32)> { in tuple_list()
575 a: wasmtime::component::__internal::Vec< in string_list_arg()
576 wasmtime::component::__internal::String, in string_list_arg()
583 ) -> wasmtime::component::__internal::Vec< in string_list_ret()
584 wasmtime::component::__internal::String, in string_list_ret()
590 x: wasmtime::component::__internal::Vec< in tuple_string_list()
591 (u8, wasmtime::component::__internal::String), in tuple_string_list()
593 ) -> wasmtime::component::__internal::Vec< in tuple_string_list()
594 (wasmtime::component::__internal::String, u8), in tuple_string_list()
600 x: wasmtime::component::__internal::Vec< in string_list()
601 wasmtime::component::__internal::String, in string_list()
603 ) -> wasmtime::component::__internal::Vec< in string_list()
604 wasmtime::component::__internal::String, in string_list()
610 x: wasmtime::component::__internal::Vec<SomeRecord>, in record_list()
611 ) -> wasmtime::component::__internal::Vec<OtherRecord> { in record_list()
616 x: wasmtime::component::__internal::Vec<OtherRecord>, in record_list_reverse()
617 ) -> wasmtime::component::__internal::Vec<SomeRecord> { in record_list_reverse()
622 x: wasmtime::component::__internal::Vec<SomeVariant>, in variant_list()
623 ) -> wasmtime::component::__internal::Vec<OtherVariant> { in variant_list()
634 linker: &mut wasmtime::component::Linker<T>, in add_to_linker()
647 (arg0,): (wasmtime::component::__internal::Vec<u8>,)| in add_to_linker()
658 (arg0,): (wasmtime::component::__internal::Vec<u16>,)| in add_to_linker()
669 (arg0,): (wasmtime::component::__internal::Vec<u32>,)| in add_to_linker()
680 (arg0,): (wasmtime::component::__internal::Vec<u64>,)| in add_to_linker()
691 (arg0,): (wasmtime::component::__internal::Vec<i8>,)| in add_to_linker()
702 (arg0,): (wasmtime::component::__internal::Vec<i16>,)| in add_to_linker()
713 (arg0,): (wasmtime::component::__internal::Vec<i32>,)| in add_to_linker()
724 (arg0,): (wasmtime::component::__internal::Vec<i64>,)| in add_to_linker()
735 (arg0,): (wasmtime::component::__internal::Vec<f32>,)| in add_to_linker()
746 (arg0,): (wasmtime::component::__internal::Vec<f64>,)| in add_to_linker()
837 (arg0,): (wasmtime::component::__internal::Vec<(u8, i8)>,)| in add_to_linker()
851 wasmtime::component::__internal::Vec< in add_to_linker()
852 wasmtime::component::__internal::String, in add_to_linker()
876 wasmtime::component::__internal::Vec< in add_to_linker()
877 (u8, wasmtime::component::__internal::String), in add_to_linker()
893 wasmtime::component::__internal::Vec< in add_to_linker()
894 wasmtime::component::__internal::String, in add_to_linker()
907 (arg0,): (wasmtime::component::__internal::Vec<SomeRecord>,)| in add_to_linker()
918 (arg0,): (wasmtime::component::__internal::Vec<OtherRecord>,)| in add_to_linker()
929 (arg0,): (wasmtime::component::__internal::Vec<SomeVariant>,)| in add_to_linker()
958 use wasmtime::component::__internal::Box;
959 #[derive(wasmtime::component::ComponentType)]
960 #[derive(wasmtime::component::Lift)]
961 #[derive(wasmtime::component::Lower)]
962 #[component(record)]
965 #[component(name = "a1")]
967 #[component(name = "a2")]
969 #[component(name = "a3")]
971 #[component(name = "a4")]
973 #[component(name = "b")]
974 pub b: wasmtime::component::__internal::String,
975 #[component(name = "c")]
976 pub c: wasmtime::component::__internal::Vec<u8>,
995 48 == < OtherRecord as wasmtime::component::ComponentType
999 8 == < OtherRecord as wasmtime::component::ComponentType
1003 #[derive(wasmtime::component::ComponentType)]
1004 #[derive(wasmtime::component::Lift)]
1005 #[derive(wasmtime::component::Lower)]
1006 #[component(record)]
1009 #[component(name = "x")]
1010 pub x: wasmtime::component::__internal::String,
1011 #[component(name = "y")]
1013 #[component(name = "z")]
1014 pub z: wasmtime::component::__internal::Vec<OtherRecord>,
1015 #[component(name = "c1")]
1017 #[component(name = "c2")]
1019 #[component(name = "c3")]
1021 #[component(name = "c4")]
1042 96 == < SomeRecord as wasmtime::component::ComponentType
1046 8 == < SomeRecord as wasmtime::component::ComponentType
1050 #[derive(wasmtime::component::ComponentType)]
1051 #[derive(wasmtime::component::Lift)]
1052 #[derive(wasmtime::component::Lower)]
1053 #[component(variant)]
1056 #[component(name = "a")]
1058 #[component(name = "b")]
1060 #[component(name = "c")]
1061 C(wasmtime::component::__internal::String),
1081 12 == < OtherVariant as wasmtime::component::ComponentType
1085 4 == < OtherVariant as wasmtime::component::ComponentType
1089 #[derive(wasmtime::component::ComponentType)]
1090 #[derive(wasmtime::component::Lift)]
1091 #[derive(wasmtime::component::Lower)]
1092 #[component(variant)]
1095 #[component(name = "a")]
1096 A(wasmtime::component::__internal::String),
1097 #[component(name = "b")]
1099 #[component(name = "c")]
1101 #[component(name = "d")]
1102 D(wasmtime::component::__internal::Vec<OtherVariant>),
1125 12 == < SomeVariant as wasmtime::component::ComponentType
1129 4 == < SomeVariant as wasmtime::component::ComponentType
1133 pub type LoadStoreAllSizes = wasmtime::component::__internal::Vec<
1135 wasmtime::component::__internal::String,
1151 8 == < LoadStoreAllSizes as wasmtime::component::ComponentType
1155 4 == < LoadStoreAllSizes as wasmtime::component::ComponentType
1161 list_u8_param: wasmtime::component::Func,
1162 list_u16_param: wasmtime::component::Func,
1163 list_u32_param: wasmtime::component::Func,
1164 list_u64_param: wasmtime::component::Func,
1165 list_s8_param: wasmtime::component::Func,
1166 list_s16_param: wasmtime::component::Func,
1167 list_s32_param: wasmtime::component::Func,
1168 list_s64_param: wasmtime::component::Func,
1169 list_f32_param: wasmtime::component::Func,
1170 list_f64_param: wasmtime::component::Func,
1171 list_u8_ret: wasmtime::component::Func,
1172 list_u16_ret: wasmtime::component::Func,
1173 list_u32_ret: wasmtime::component::Func,
1174 list_u64_ret: wasmtime::component::Func,
1175 list_s8_ret: wasmtime::component::Func,
1176 list_s16_ret: wasmtime::component::Func,
1177 list_s32_ret: wasmtime::component::Func,
1178 list_s64_ret: wasmtime::component::Func,
1179 list_f32_ret: wasmtime::component::Func,
1180 list_f64_ret: wasmtime::component::Func,
1181 tuple_list: wasmtime::component::Func,
1182 string_list_arg: wasmtime::component::Func,
1183 string_list_ret: wasmtime::component::Func,
1184 tuple_string_list: wasmtime::component::Func,
1185 string_list: wasmtime::component::Func,
1186 record_list: wasmtime::component::Func,
1187 record_list_reverse: wasmtime::component::Func,
1188 variant_list: wasmtime::component::Func,
1189 load_store_everything: wasmtime::component::Func,
1193 list_u8_param: wasmtime::component::ComponentExportIndex,
1194 list_u16_param: wasmtime::component::ComponentExportIndex,
1195 list_u32_param: wasmtime::component::ComponentExportIndex,
1196 list_u64_param: wasmtime::component::ComponentExportIndex,
1197 list_s8_param: wasmtime::component::ComponentExportIndex,
1198 list_s16_param: wasmtime::component::ComponentExportIndex,
1199 list_s32_param: wasmtime::component::ComponentExportIndex,
1200 list_s64_param: wasmtime::component::ComponentExportIndex,
1201 list_f32_param: wasmtime::component::ComponentExportIndex,
1202 list_f64_param: wasmtime::component::ComponentExportIndex,
1203 list_u8_ret: wasmtime::component::ComponentExportIndex,
1204 list_u16_ret: wasmtime::component::ComponentExportIndex,
1205 list_u32_ret: wasmtime::component::ComponentExportIndex,
1206 list_u64_ret: wasmtime::component::ComponentExportIndex,
1207 list_s8_ret: wasmtime::component::ComponentExportIndex,
1208 list_s16_ret: wasmtime::component::ComponentExportIndex,
1209 list_s32_ret: wasmtime::component::ComponentExportIndex,
1210 list_s64_ret: wasmtime::component::ComponentExportIndex,
1211 list_f32_ret: wasmtime::component::ComponentExportIndex,
1212 list_f64_ret: wasmtime::component::ComponentExportIndex,
1213 tuple_list: wasmtime::component::ComponentExportIndex,
1214 string_list_arg: wasmtime::component::ComponentExportIndex,
1215 string_list_ret: wasmtime::component::ComponentExportIndex,
1216 tuple_string_list: wasmtime::component::ComponentExportIndex,
1217 string_list: wasmtime::component::ComponentExportIndex,
1218 record_list: wasmtime::component::ComponentExportIndex,
1219 record_list_reverse: wasmtime::component::ComponentExportIndex,
1220 variant_list: wasmtime::component::ComponentExportIndex,
1221 load_store_everything: wasmtime::component::ComponentExportIndex,
1231 _instance_pre: &wasmtime::component::InstancePre<_T>, in new()
1234 .component() in new()
1243 .component() in new()
1317 instance: &wasmtime::component::Instance, in load()
1387 (wasmtime::component::__internal::Vec<u8>,), in load()
1393 (wasmtime::component::__internal::Vec<u16>,), in load()
1399 (wasmtime::component::__internal::Vec<u32>,), in load()
1405 (wasmtime::component::__internal::Vec<u64>,), in load()
1411 (wasmtime::component::__internal::Vec<i8>,), in load()
1417 (wasmtime::component::__internal::Vec<i16>,), in load()
1423 (wasmtime::component::__internal::Vec<i32>,), in load()
1429 (wasmtime::component::__internal::Vec<i64>,), in load()
1435 (wasmtime::component::__internal::Vec<f32>,), in load()
1441 (wasmtime::component::__internal::Vec<f64>,), in load()
1447 (wasmtime::component::__internal::Vec<(i64, u32)>,), in load()
1452 (&[wasmtime::component::__internal::String],), in load()
1460 wasmtime::component::__internal::Vec< in load()
1461 wasmtime::component::__internal::String, in load()
1468 (&[(u8, wasmtime::component::__internal::String)],), in load()
1470 wasmtime::component::__internal::Vec< in load()
1471 (wasmtime::component::__internal::String, u8), in load()
1478 (&[wasmtime::component::__internal::String],), in load()
1480 wasmtime::component::__internal::Vec< in load()
1481 wasmtime::component::__internal::String, in load()
1489 (wasmtime::component::__internal::Vec<OtherRecord>,), in load()
1495 (wasmtime::component::__internal::Vec<SomeRecord>,), in load()
1501 (wasmtime::component::__internal::Vec<OtherVariant>,), in load()
1550 wasmtime::component::TypedFunc::< in call_list_u8_param()
1564 wasmtime::component::TypedFunc::< in call_list_u16_param()
1578 wasmtime::component::TypedFunc::< in call_list_u32_param()
1592 wasmtime::component::TypedFunc::< in call_list_u64_param()
1606 wasmtime::component::TypedFunc::< in call_list_s8_param()
1620 wasmtime::component::TypedFunc::< in call_list_s16_param()
1634 wasmtime::component::TypedFunc::< in call_list_s32_param()
1648 wasmtime::component::TypedFunc::< in call_list_s64_param()
1662 wasmtime::component::TypedFunc::< in call_list_f32_param()
1676 wasmtime::component::TypedFunc::< in call_list_f64_param()
1687 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<u8>> { in call_list_u8_ret()
1689 wasmtime::component::TypedFunc::< in call_list_u8_ret()
1691 (wasmtime::component::__internal::Vec<u8>,), in call_list_u8_ret()
1700 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<u16>> { in call_list_u16_ret()
1702 wasmtime::component::TypedFunc::< in call_list_u16_ret()
1704 (wasmtime::component::__internal::Vec<u16>,), in call_list_u16_ret()
1713 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<u32>> { in call_list_u32_ret()
1715 wasmtime::component::TypedFunc::< in call_list_u32_ret()
1717 (wasmtime::component::__internal::Vec<u32>,), in call_list_u32_ret()
1726 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<u64>> { in call_list_u64_ret()
1728 wasmtime::component::TypedFunc::< in call_list_u64_ret()
1730 (wasmtime::component::__internal::Vec<u64>,), in call_list_u64_ret()
1739 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<i8>> { in call_list_s8_ret()
1741 wasmtime::component::TypedFunc::< in call_list_s8_ret()
1743 (wasmtime::component::__internal::Vec<i8>,), in call_list_s8_ret()
1752 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<i16>> { in call_list_s16_ret()
1754 wasmtime::component::TypedFunc::< in call_list_s16_ret()
1756 (wasmtime::component::__internal::Vec<i16>,), in call_list_s16_ret()
1765 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<i32>> { in call_list_s32_ret()
1767 wasmtime::component::TypedFunc::< in call_list_s32_ret()
1769 (wasmtime::component::__internal::Vec<i32>,), in call_list_s32_ret()
1778 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<i64>> { in call_list_s64_ret()
1780 wasmtime::component::TypedFunc::< in call_list_s64_ret()
1782 (wasmtime::component::__internal::Vec<i64>,), in call_list_s64_ret()
1791 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<f32>> { in call_list_f32_ret()
1793 wasmtime::component::TypedFunc::< in call_list_f32_ret()
1795 (wasmtime::component::__internal::Vec<f32>,), in call_list_f32_ret()
1804 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<f64>> { in call_list_f64_ret()
1806 wasmtime::component::TypedFunc::< in call_list_f64_ret()
1808 (wasmtime::component::__internal::Vec<f64>,), in call_list_f64_ret()
1819 wasmtime::component::__internal::Vec<(i64, u32)>, in call_tuple_list()
1822 wasmtime::component::TypedFunc::< in call_tuple_list()
1824 (wasmtime::component::__internal::Vec<(i64, u32)>,), in call_tuple_list()
1833 arg0: &[wasmtime::component::__internal::String], in call_string_list_arg()
1836 wasmtime::component::TypedFunc::< in call_string_list_arg()
1837 (&[wasmtime::component::__internal::String],), in call_string_list_arg()
1848 wasmtime::component::__internal::Vec< in call_string_list_ret()
1849 wasmtime::component::__internal::String, in call_string_list_ret()
1853 wasmtime::component::TypedFunc::< in call_string_list_ret()
1856 wasmtime::component::__internal::Vec< in call_string_list_ret()
1857 wasmtime::component::__internal::String, in call_string_list_ret()
1868 arg0: &[(u8, wasmtime::component::__internal::String)], in call_tuple_string_list()
1870 wasmtime::component::__internal::Vec< in call_tuple_string_list()
1871 (wasmtime::component::__internal::String, u8), in call_tuple_string_list()
1875 wasmtime::component::TypedFunc::< in call_tuple_string_list()
1876 (&[(u8, wasmtime::component::__internal::String)],), in call_tuple_string_list()
1878 wasmtime::component::__internal::Vec< in call_tuple_string_list()
1879 (wasmtime::component::__internal::String, u8), in call_tuple_string_list()
1890 arg0: &[wasmtime::component::__internal::String], in call_string_list()
1892 wasmtime::component::__internal::Vec< in call_string_list()
1893 wasmtime::component::__internal::String, in call_string_list()
1897 wasmtime::component::TypedFunc::< in call_string_list()
1898 (&[wasmtime::component::__internal::String],), in call_string_list()
1900 wasmtime::component::__internal::Vec< in call_string_list()
1901 wasmtime::component::__internal::String, in call_string_list()
1914 wasmtime::component::__internal::Vec<OtherRecord>, in call_record_list()
1917 wasmtime::component::TypedFunc::< in call_record_list()
1919 (wasmtime::component::__internal::Vec<OtherRecord>,), in call_record_list()
1930 wasmtime::component::__internal::Vec<SomeRecord>, in call_record_list_reverse()
1933 wasmtime::component::TypedFunc::< in call_record_list_reverse()
1935 (wasmtime::component::__internal::Vec<SomeRecord>,), in call_record_list_reverse()
1946 wasmtime::component::__internal::Vec<OtherVariant>, in call_variant_list()
1949 wasmtime::component::TypedFunc::< in call_variant_list()
1951 (wasmtime::component::__internal::Vec<OtherVariant>,), in call_variant_list()
1963 wasmtime::component::TypedFunc::< in call_load_store_everything()