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()
130 instance: &wasmtime::component::Instance, in load()
143 component: &wasmtime::component::Component, in instantiate()
144 linker: &wasmtime::component::Linker<_T>, in instantiate()
146 let pre = linker.instantiate_pre(component)?; in instantiate()
153 instance: &wasmtime::component::Instance, in new()
162 component: &wasmtime::component::Component, in instantiate_async()
163 linker: &wasmtime::component::Linker<_T>, in instantiate_async()
168 let pre = linker.instantiate_pre(component)?; in instantiate_async()
172 linker: &mut wasmtime::component::Linker<T>, in add_to_linker()
193 use wasmtime::component::__internal::Box;
194 pub trait HostWithStore: wasmtime::component::HasData {}
197 _T: wasmtime::component::HasData,
202 l: wasmtime::component::__internal::Vec<u32>, in simple_list1()
204 fn simple_list2(&mut self) -> wasmtime::component::__internal::Vec<u32>; in simple_list2()
207 a: wasmtime::component::__internal::Vec<u32>, in simple_list3()
208 b: wasmtime::component::__internal::Vec<u32>, in simple_list3()
210 wasmtime::component::__internal::Vec<u32>, in simple_list3()
211 wasmtime::component::__internal::Vec<u32>, in simple_list3()
215 l: wasmtime::component::__internal::Vec< in simple_list4()
216 wasmtime::component::__internal::Vec<u32>, in simple_list4()
218 ) -> wasmtime::component::__internal::Vec< in simple_list4()
219 wasmtime::component::__internal::Vec<u32>, in simple_list4()
225 l: wasmtime::component::__internal::Vec<u32>, in simple_list1()
229 fn simple_list2(&mut self) -> wasmtime::component::__internal::Vec<u32> { in simple_list2()
234 a: wasmtime::component::__internal::Vec<u32>, in simple_list3()
235 b: wasmtime::component::__internal::Vec<u32>, in simple_list3()
237 wasmtime::component::__internal::Vec<u32>, in simple_list3()
238 wasmtime::component::__internal::Vec<u32>, in simple_list3()
244 l: wasmtime::component::__internal::Vec< in simple_list4()
245 wasmtime::component::__internal::Vec<u32>, in simple_list4()
247 ) -> wasmtime::component::__internal::Vec< in simple_list4()
248 wasmtime::component::__internal::Vec<u32>, in simple_list4()
254 linker: &mut wasmtime::component::Linker<T>, in add_to_linker()
267 (arg0,): (wasmtime::component::__internal::Vec<u32>,)| in add_to_linker()
290 wasmtime::component::__internal::Vec<u32>, in add_to_linker()
291 wasmtime::component::__internal::Vec<u32>, in add_to_linker()
306 wasmtime::component::__internal::Vec< in add_to_linker()
307 wasmtime::component::__internal::Vec<u32>, in add_to_linker()
327 use wasmtime::component::__internal::Box;
330 simple_list1: wasmtime::component::Func,
331 simple_list2: wasmtime::component::Func,
332 simple_list3: wasmtime::component::Func,
333 simple_list4: wasmtime::component::Func,
337 simple_list1: wasmtime::component::ComponentExportIndex,
338 simple_list2: wasmtime::component::ComponentExportIndex,
339 simple_list3: wasmtime::component::ComponentExportIndex,
340 simple_list4: wasmtime::component::ComponentExportIndex,
350 _instance_pre: &wasmtime::component::InstancePre<_T>, in new()
353 .component() in new()
362 .component() in new()
386 instance: &wasmtime::component::Instance, in load()
402 (wasmtime::component::__internal::Vec<u32>,), in load()
410 wasmtime::component::__internal::Vec<u32>, in load()
411 wasmtime::component::__internal::Vec<u32>, in load()
418 (&[wasmtime::component::__internal::Vec<u32>],), in load()
420 wasmtime::component::__internal::Vec< in load()
421 wasmtime::component::__internal::Vec<u32>, in load()
441 wasmtime::component::TypedFunc::< in call_simple_list1()
452 ) -> wasmtime::Result<wasmtime::component::__internal::Vec<u32>> { in call_simple_list2()
454 wasmtime::component::TypedFunc::< in call_simple_list2()
456 (wasmtime::component::__internal::Vec<u32>,), in call_simple_list2()
469 wasmtime::component::__internal::Vec<u32>, in call_simple_list3()
470 wasmtime::component::__internal::Vec<u32>, in call_simple_list3()
474 wasmtime::component::TypedFunc::< in call_simple_list3()
478 wasmtime::component::__internal::Vec<u32>, in call_simple_list3()
479 wasmtime::component::__internal::Vec<u32>, in call_simple_list3()
490 arg0: &[wasmtime::component::__internal::Vec<u32>], in call_simple_list4()
492 wasmtime::component::__internal::Vec< in call_simple_list4()
493 wasmtime::component::__internal::Vec<u32>, in call_simple_list4()
497 wasmtime::component::TypedFunc::< in call_simple_list4()
498 (&[wasmtime::component::__internal::Vec<u32>],), in call_simple_list4()
500 wasmtime::component::__internal::Vec< in call_simple_list4()
501 wasmtime::component::__internal::Vec<u32>, in call_simple_list4()