Lines Matching defs:instance
36 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in thunks() localVariable
91 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in typecheck() localVariable
189 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in integers() localVariable
438 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in type_layers() localVariable
498 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in floats() localVariable
557 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in bools() localVariable
591 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in chars() localVariable
668 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in tuple_result() localVariable
751 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in strings() localVariable
913 let instance = Linker::new(&engine) in async_reentrance() localVariable
1125 let instance = Linker::new(&engine) in task_return_trap() localVariable
1281 let instance = Linker::new(&engine) in test_many_parameters() localVariable
1736 let instance = Linker::new(&engine) in test_many_results() localVariable
2191 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in char_bool_memory() localVariable
2315 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in tuples() localVariable
2408 let instance = linker.instantiate(&mut store, &component)?; in option() localVariable
2442 let instance = linker.instantiate(&mut store, &component)?; in option() localVariable
2450 let instance = linker.instantiate(&mut store, &component)?; in option() localVariable
2461 let instance = linker.instantiate(&mut store, &component)?; in option() localVariable
2559 let instance = linker.instantiate(&mut store, &component)?; in expected() localVariable
2585 let instance = linker.instantiate(&mut store, &component)?; in expected() localVariable
2593 let instance = linker.instantiate(&mut store, &component)?; in expected() localVariable
2666 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in fancy_list() localVariable
2784 let instance = |store: &mut Store<()>| Linker::new(&engine).instantiate(store, &component); in invalid_alignment() localVariable
2879 let instance = linker.instantiate(&mut store, &component)?; in drop_component_still_works() localVariable
2951 let instance = Linker::new(&engine).instantiate(&mut store, &component)?; in raw_slice_of_various_types() localVariable
3086 let instance = linker.instantiate(&mut store, &component)?; in lower_then_lift() localVariable
3125 let instance = linker.instantiate(&mut store, &component)?; in lower_then_lift() localVariable
3165 let instance = linker.instantiate(&mut store, &component)?; in lower_then_lift() localVariable
3219 let instance = linker.instantiate(&mut store, &component)?; in errors_that_poison_instance() localVariable
3229 let instance = linker.instantiate(&mut store, &component)?; in errors_that_poison_instance() localVariable
3236 let instance = linker.instantiate(&mut store, &component)?; in errors_that_poison_instance() localVariable
3243 let instance = linker.instantiate(&mut store, &component)?; in errors_that_poison_instance() localVariable
3318 let instance = linker.instantiate(&mut store, &component)?; in run_export_with_internal_adapter() localVariable
3385 let instance = Arc::new(linker.instantiate(&mut store, &component)?); in test_recurse() localVariable
3386 let instance = match kind { in test_recurse() localVariable
3478 let instance = style.instantiate(&mut store, &linker, &component).await?; in thread_index_via_call() localVariable
3527 let instance = style.instantiate(&mut store, &linker, &component).await?; in thread_index_via_post_return() localVariable
3582 let instance = style.instantiate(&mut store, &linker, &component).await?; in thread_index_via_cabi_realloc() localVariable
3645 let instance = style.instantiate(&mut store, &linker, &component).await?; in thread_index_via_resource_drop() localVariable
3721 let instance = style.instantiate(&mut store, &linker, &component).await?; in thread_index_via_guest_call() localVariable
3733 let instance = Linker::new(engine).instantiate(&mut store, component)?; in with_new_instance() localVariable
3764 let instance = linker.instantiate_async(&mut store, &component).await?; in drop_call_async_future() localVariable
3839 let instance = linker.instantiate(&mut store, &component)?; in host_call_with_concurrency_disabled() localVariable
3964 let instance = linker.instantiate(&mut store, &component)?; in map_trampoline_alignment() localVariable
4098 let instance = linker.instantiate(&mut store, &component)?; in map_trampoline_alignment_u32_u64() localVariable
4229 let instance = linker.instantiate(&mut store, &component)?; in map_trampoline_alignment_u8_u32() localVariable
4360 let instance = linker.instantiate(&mut store, &component)?; in map_trampoline_alignment_u16_u64() localVariable
4491 let instance = linker.instantiate(&mut store, &component)?; in map_trampoline_alignment_u8_u16() localVariable
4622 let instance = linker.instantiate(&mut store, &component)?; in map_trampoline_alignment_u64_u8() localVariable