Coverage report: 90%

Files Functions Classes

coverage.py v7.11.3, created at 2025-12-01 19:40 +0000

File function statements missing excluded coverage
ci/cbindgen.py Visitor.__init__ 11 0 0 100%
ci/cbindgen.py Visitor.visit_FuncDef 1 0 0 100%
ci/cbindgen.py Visitor.visit_Struct 28 0 0 100%
ci/cbindgen.py Visitor.visit_Union 14 1 0 93%
ci/cbindgen.py Visitor.visit_Enum 8 1 0 88%
ci/cbindgen.py Visitor.visit_Typedef 14 0 0 100%
ci/cbindgen.py Visitor.visit_FuncDecl 37 1 0 97%
ci/cbindgen.py name 3 0 0 100%
ci/cbindgen.py type_name 70 2 0 97%
ci/cbindgen.py run 4 0 0 100%
ci/cbindgen.py (no function) 21 3 0 86%
ci/download-wasmtime.py main 65 65 0 0%
ci/download-wasmtime.py main.final_loc 10 10 0 0%
ci/download-wasmtime.py (no function) 14 3 0 79%
examples/gcd.py run 5 5 0 0%
examples/gcd.py (no function) 4 1 0 75%
examples/hello.py run 6 6 0 0%
examples/hello.py run.say_hello 1 1 0 0%
examples/hello.py (no function) 4 1 0 75%
examples/linking.py run 14 14 0 0%
examples/linking.py (no function) 4 1 0 75%
examples/memory.py run 45 45 0 0%
examples/memory.py run.assert_traps 7 7 0 0%
examples/memory.py (no function) 4 1 0 75%
examples/multi.py run 29 29 0 0%
examples/multi.py run.callback 1 1 0 0%
examples/multi.py (no function) 4 1 0 75%
tests/__init__.py (no function) 1 0 0 100%
tests/component/test_component.py TestComponent.test_smoke 7 0 0 100%
tests/component/test_component.py TestComponent.test_invalid 8 0 0 100%
tests/component/test_component.py TestComponent.test_serialize 10 0 0 100%
tests/component/test_component.py TestComponent.test_exports 14 0 0 100%
tests/component/test_component.py (no function) 9 0 0 100%
tests/component/test_func.py list_component 1 0 0 100%
tests/component/test_func.py retptr_component 1 0 0 100%
tests/component/test_func.py TestFunc.roundtrip 20 0 0 100%
tests/component/test_func.py TestFunc.roundtrip.roundtrip 2 0 0 100%
tests/component/test_func.py TestFunc.roundtrip_simple 2 0 0 100%
tests/component/test_func.py TestFunc.test_init 2 0 0 100%
tests/component/test_func.py TestFunc.test_type_reflection 16 0 0 100%
tests/component/test_func.py TestFunc.test_call 21 0 0 100%
tests/component/test_func.py TestFunc.test_roundtrip_empty 11 0 0 100%
tests/component/test_func.py TestFunc.test_roundtrip_primitive 12 0 0 100%
tests/component/test_func.py TestFunc.test_resources 35 0 0 100%
tests/component/test_func.py TestFunc.test_resources.mk 1 0 0 100%
tests/component/test_func.py TestFunc.test_resources.borrow 3 0 0 100%
tests/component/test_func.py TestFunc.test_resources.own 1 0 0 100%
tests/component/test_func.py TestFunc.test_enum 3 0 0 100%
tests/component/test_func.py TestFunc.test_flags 4 0 0 100%
tests/component/test_func.py TestFunc.test_record 11 0 0 100%
tests/component/test_func.py TestFunc.test_tuple 9 0 0 100%
tests/component/test_func.py TestFunc.test_string 2 0 0 100%
tests/component/test_func.py TestFunc.test_list 6 0 0 100%
tests/component/test_func.py TestFunc.test_variant 9 0 0 100%
tests/component/test_func.py TestFunc.test_option 2 0 0 100%
tests/component/test_func.py TestFunc.test_result 7 0 0 100%
tests/component/test_func.py (no function) 25 0 0 100%
tests/component/test_instance.py TestInstance.test_init 2 0 0 100%
tests/component/test_instance.py TestInstance.test_smoke 20 0 0 100%
tests/component/test_instance.py TestInstance.test_get_func 11 0 0 100%
tests/component/test_instance.py (no function) 7 0 0 100%
tests/component/test_linker.py TestLinker.test_smoke 4 0 0 100%
tests/component/test_linker.py TestLinker.test_init_linker_instance 2 0 0 100%
tests/component/test_linker.py TestLinker.test_root 9 0 0 100%
tests/component/test_linker.py TestLinker.test_add_instance 23 0 0 100%
tests/component/test_linker.py TestLinker.test_add_module 10 0 0 100%
tests/component/test_linker.py TestLinker.test_add_wasip2 13 0 0 100%
tests/component/test_linker.py TestLinker.test_host_exception 13 0 0 100%
tests/component/test_linker.py TestLinker.test_host_exception.host_func 1 0 0 100%
tests/component/test_linker.py TestLinker.test_fail_instantiate 6 0 0 100%
tests/component/test_linker.py TestLinker.test_shadow_func 10 0 0 100%
tests/component/test_linker.py TestLinker.test_define_unknown_imports_as_traps 8 0 0 100%
tests/component/test_linker.py (no function) 14 0 0 100%
tests/component/test_types.py simplety 5 0 0 100%
tests/component/test_types.py namedty 5 0 0 100%
tests/component/test_types.py TestTypes.test_component 11 0 0 100%
tests/component/test_types.py TestTypes.test_module 15 0 0 100%
tests/component/test_types.py TestTypes.test_resource 14 0 0 100%
tests/component/test_types.py TestTypes.test_instance 13 0 0 100%
tests/component/test_types.py TestTypes.test_func 20 0 0 100%
tests/component/test_types.py TestTypes.test_primitives 13 0 0 100%
tests/component/test_types.py TestTypes.test_list 5 0 0 100%
tests/component/test_types.py TestTypes.test_record 5 0 0 100%
tests/component/test_types.py TestTypes.test_tuple 5 0 0 100%
tests/component/test_types.py TestTypes.test_variant 5 0 0 100%
tests/component/test_types.py TestTypes.test_enum 5 0 0 100%
tests/component/test_types.py TestTypes.test_option 5 0 0 100%
tests/component/test_types.py TestTypes.test_result 17 0 0 100%
tests/component/test_types.py TestTypes.test_flags 5 0 0 100%
tests/component/test_types.py TestTypes.test_own_and_borrow 9 0 0 100%
tests/component/test_types.py (no function) 21 0 0 100%
tests/component/test_value.py TestValue.test_resource_type 5 0 0 100%
tests/component/test_value.py TestValue.test_resource_host 19 0 0 100%
tests/component/test_value.py TestValue.test_resource_host_dtor 15 0 0 100%
tests/component/test_value.py TestValue.test_resource_host_dtor.drop 1 0 0 100%
tests/component/test_value.py TestValue.test_exception_in_host_resource_dtor 12 0 0 100%
tests/component/test_value.py TestValue.test_exception_in_host_resource_dtor.drop 1 0 0 100%
tests/component/test_value.py TestValue.test_resource_any 21 0 0 100%
tests/component/test_value.py (no function) 9 0 0 100%
tests/test_config.py TestConfig.test_smoke 38 0 0 100%
tests/test_config.py (no function) 5 0 0 100%
tests/test_engine.py TestEngine.test_smoke 3 0 0 100%
tests/test_engine.py TestEngine.test_errors 6 0 0 100%
tests/test_engine.py (no function) 5 0 0 100%
tests/test_func.py TestFunc.test_smoke 5 0 0 100%
tests/test_func.py TestFunc.test_add 4 0 0 100%
tests/test_func.py TestFunc.test_calls 13 0 0 100%
tests/test_func.py TestFunc.test_multi_return 4 0 0 100%
tests/test_func.py TestFunc.test_errors 19 0 0 100%
tests/test_func.py TestFunc.test_produce_wrong 8 0 0 100%
tests/test_func.py TestFunc.test_host_exception 6 0 0 100%
tests/test_func.py TestFunc.test_host_exception.do_raise 1 0 0 100%
tests/test_func.py TestFunc.test_type 9 0 0 100%
tests/test_func.py TestFunc.test_type.rev 3 0 0 100%
tests/test_func.py TestFunc.test_access_caller 16 0 0 100%
tests/test_func.py TestFunc.test_access_caller.runtest 3 0 0 100%
tests/test_func.py TestFunc.test_access_caller.runtest2 9 0 0 100%
tests/test_func.py TestFunc.test_access_caller.runtest3 3 0 0 100%
tests/test_func.py (no function) 12 0 0 100%
tests/test_global.py TestGlobal.test_new 10 0 0 100%
tests/test_global.py TestGlobal.test_falsy 6 0 0 100%
tests/test_global.py TestGlobal.test_errors 15 0 0 100%
tests/test_global.py (no function) 6 0 0 100%
tests/test_instance.py TestInstance.test_smoke 3 0 0 100%
tests/test_instance.py TestInstance.test_export_func 14 0 0 100%
tests/test_instance.py TestInstance.test_export_global 8 0 0 100%
tests/test_instance.py TestInstance.test_export_memory 7 0 0 100%
tests/test_instance.py TestInstance.test_export_table 6 0 0 100%
tests/test_instance.py TestInstance.test_multiple_exports 15 0 0 100%
tests/test_instance.py TestInstance.test_import_func 8 0 0 100%
tests/test_instance.py TestInstance.test_import_global 19 0 0 100%
tests/test_instance.py TestInstance.test_import_memory 4 0 0 100%
tests/test_instance.py TestInstance.test_import_table 5 0 0 100%
tests/test_instance.py TestInstance.test_invalid 15 0 0 100%
tests/test_instance.py TestInstance.test_start_trap 4 0 0 100%
tests/test_instance.py (no function) 15 0 0 100%
tests/test_linker.py TestLinker.test_define 22 0 0 100%
tests/test_linker.py TestLinker.test_define_instance 13 0 0 100%
tests/test_linker.py TestLinker.test_define_wasi 2 0 0 100%
tests/test_linker.py TestLinker.test_instantiate 17 0 0 100%
tests/test_linker.py TestLinker.test_errors 5 0 0 100%
tests/test_linker.py TestLinker.test_module 6 0 0 100%
tests/test_linker.py TestLinker.test_get_default 3 0 0 100%
tests/test_linker.py TestLinker.test_get_one_by_name 7 0 0 100%
tests/test_linker.py TestLinker.test_define_func 12 0 0 100%
tests/test_linker.py TestLinker.test_define_func.call 1 0 0 100%
tests/test_linker.py (no function) 12 0 0 100%
tests/test_memory.py TestMemory.test_new 17 0 0 100%
tests/test_memory.py TestMemory.test_grow 7 0 0 100%
tests/test_memory.py TestMemory.test_errors 6 0 0 100%
tests/test_memory.py TestMemory.test_large 11 0 0 100%
tests/test_memory.py TestMemory.test_slices 38 0 0 100%
tests/test_memory.py (no function) 8 0 0 100%
tests/test_module.py TestModule.test_smoke 3 0 0 100%
tests/test_module.py TestModule.test_invalid 12 0 0 100%
tests/test_module.py TestModule.test_validate 4 0 0 100%
tests/test_module.py TestModule.test_imports 29 0 0 100%
tests/test_module.py TestModule.test_exports 25 0 0 100%
tests/test_module.py TestModule.test_serialize 13 0 0 100%
tests/test_module.py (no function) 10 0 0 100%
tests/test_refs.py ref_types_store 4 0 0 100%
tests/test_refs.py compile_and_instantiate 3 0 0 100%
tests/test_refs.py SetHitOnDrop.__init__ 2 0 0 100%
tests/test_refs.py SetHitOnDrop.__del__ 1 0 0 100%
tests/test_refs.py TestExternRef.test_smoke 10 0 0 100%
tests/test_refs.py TestExternRef.test_int_to_externref 14 0 0 100%
tests/test_refs.py TestExternRef.test_externref_tables 18 0 0 100%
tests/test_refs.py TestExternRef.test_externref_in_global 6 0 0 100%
tests/test_refs.py TestExternRef.test_dtor_global 9 0 0 100%
tests/test_refs.py TestExternRef.test_dtor_func 7 0 0 100%
tests/test_refs.py TestFuncRef.test_smoke 15 2 0 87%
tests/test_refs.py (no function) 18 0 0 100%
tests/test_shared_memory.py TestSharedMemory.test_new 11 0 0 100%
tests/test_shared_memory.py TestSharedMemory.test_grow 7 0 0 100%
tests/test_shared_memory.py TestSharedMemory.test_errors 6 0 0 100%
tests/test_shared_memory.py TestSharedMemory.test_shared_memory_type_fails_if_no_max_specified 2 0 0 100%
tests/test_shared_memory.py TestSharedMemory.test_shared_memory_type_works_if_min_max_i64_is_set 4 0 0 100%
tests/test_shared_memory.py TestSharedMemory.test_shared_memory_type_fails_if_is_too_large 2 0 0 100%
tests/test_shared_memory.py TestSharedMemory.test_memory_type_has_to_be_shared 4 0 0 100%
tests/test_shared_memory.py (no function) 10 0 0 100%
tests/test_store.py TestStore.test_smoke 9 0 0 100%
tests/test_store.py TestStore.test_errors 2 0 0 100%
tests/test_store.py TestStore.test_interrupt_handle 6 0 0 100%
tests/test_store.py TestStore.test_interrupt_wasm 13 0 0 100%
tests/test_store.py TestStore.test_interrupt_wasm.hit_callback 1 0 0 100%
tests/test_store.py TestStore.test_fuel 14 0 0 100%
tests/test_store.py TestStore.test_limits 19 0 0 100%
tests/test_store.py (no function) 9 0 0 100%
tests/test_table.py TestTable.test_new 11 0 0 100%
tests/test_table.py TestTable.test_grow 12 0 0 100%
tests/test_table.py TestTable.test_get 15 0 0 100%
tests/test_table.py TestTable.test_get.set_called 1 0 0 100%
tests/test_table.py TestTable.test_set 7 0 0 100%
tests/test_table.py (no function) 7 0 0 100%
tests/test_trap.py TestTrap.test_new 2 0 0 100%
tests/test_trap.py TestTrap.test_frames 21 0 0 100%
tests/test_trap.py TestTrap.test_frames_no_module 13 0 0 100%
tests/test_trap.py TestTrap.test_wasi_exit 15 0 0 100%
tests/test_trap.py (no function) 7 0 0 100%
tests/test_types.py TestTypes.test_valtypes 4 0 0 100%
tests/test_types.py TestTypes.test_new 2 0 0 100%
tests/test_types.py (no function) 5 0 0 100%
tests/test_value.py TestValue.test_i32 14 0 0 100%
tests/test_value.py TestValue.test_i64 18 0 0 100%
tests/test_value.py TestValue.test_f32 10 0 0 100%
tests/test_value.py TestValue.test_f64 10 0 0 100%
tests/test_value.py (no function) 7 0 0 100%
tests/test_wasi.py TestWasi.test_config 23 0 0 100%
tests/test_wasi.py TestWasi.test_preview1 6 0 0 100%
tests/test_wasi.py TestWasi.preopen_nonexistent 3 3 0 0%
tests/test_wasi.py TestWasi.test_custom_print 15 0 0 100%
tests/test_wasi.py TestWasi.test_custom_print.on_stdout 1 0 0 100%
tests/test_wasi.py TestWasi.test_custom_print.on_stderr 1 0 0 100%
tests/test_wasi.py (no function) 9 0 0 100%
tests/test_wat2wasm.py TestWat2Wasm.test_wat2wasm 2 0 0 100%
tests/test_wat2wasm.py TestWat2Wasm.test_errors 2 0 0 100%
tests/test_wat2wasm.py (no function) 5 0 0 100%
wasmtime/__init__.py (no function) 20 0 0 100%
wasmtime/_bindings.py wasm_byte_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_byte_vec_new_uninitialized 1 0 0 100%
wasmtime/_bindings.py wasm_byte_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_byte_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_byte_vec_delete 1 0 0 100%
wasmtime/_bindings.py wasm_config_delete 1 0 0 100%
wasmtime/_bindings.py wasm_config_new 1 0 0 100%
wasmtime/_bindings.py wasm_engine_delete 1 0 0 100%
wasmtime/_bindings.py wasm_engine_new 1 0 0 100%
wasmtime/_bindings.py wasm_engine_new_with_config 1 0 0 100%
wasmtime/_bindings.py wasm_store_delete 1 1 0 0%
wasmtime/_bindings.py wasm_store_new 1 1 0 0%
wasmtime/_bindings.py wasm_valtype_delete 1 0 0 100%
wasmtime/_bindings.py wasm_valtype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_valtype_vec_new_uninitialized 1 0 0 100%
wasmtime/_bindings.py wasm_valtype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_valtype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_valtype_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_valtype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_valtype_new 1 0 0 100%
wasmtime/_bindings.py wasm_valtype_kind 1 0 0 100%
wasmtime/_bindings.py wasm_functype_delete 1 0 0 100%
wasmtime/_bindings.py wasm_functype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_functype_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_functype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_functype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_functype_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_functype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_functype_new 1 0 0 100%
wasmtime/_bindings.py wasm_functype_params 1 0 0 100%
wasmtime/_bindings.py wasm_functype_results 1 0 0 100%
wasmtime/_bindings.py wasm_globaltype_delete 1 0 0 100%
wasmtime/_bindings.py wasm_globaltype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_new 1 0 0 100%
wasmtime/_bindings.py wasm_globaltype_content 1 0 0 100%
wasmtime/_bindings.py wasm_globaltype_mutability 1 0 0 100%
wasmtime/_bindings.py wasm_tabletype_delete 1 0 0 100%
wasmtime/_bindings.py wasm_tabletype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_new 1 0 0 100%
wasmtime/_bindings.py wasm_tabletype_element 1 0 0 100%
wasmtime/_bindings.py wasm_tabletype_limits 1 0 0 100%
wasmtime/_bindings.py wasm_memorytype_delete 1 0 0 100%
wasmtime/_bindings.py wasm_memorytype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_new 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_limits 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_delete 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_kind 1 1 0 0%
wasmtime/_bindings.py wasm_functype_as_externtype 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_as_externtype 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_as_externtype 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_as_externtype 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_as_functype 1 0 0 100%
wasmtime/_bindings.py wasm_externtype_as_globaltype 1 0 0 100%
wasmtime/_bindings.py wasm_externtype_as_tabletype 1 0 0 100%
wasmtime/_bindings.py wasm_externtype_as_memorytype 1 0 0 100%
wasmtime/_bindings.py wasm_functype_as_externtype_const 1 1 0 0%
wasmtime/_bindings.py wasm_globaltype_as_externtype_const 1 1 0 0%
wasmtime/_bindings.py wasm_tabletype_as_externtype_const 1 1 0 0%
wasmtime/_bindings.py wasm_memorytype_as_externtype_const 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_as_functype_const 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_as_globaltype_const 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_as_tabletype_const 1 1 0 0%
wasmtime/_bindings.py wasm_externtype_as_memorytype_const 1 1 0 0%
wasmtime/_bindings.py wasm_importtype_delete 1 0 0 100%
wasmtime/_bindings.py wasm_importtype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_importtype_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_importtype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_importtype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_importtype_vec_delete 1 0 0 100%
wasmtime/_bindings.py wasm_importtype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_importtype_new 1 1 0 0%
wasmtime/_bindings.py wasm_importtype_module 1 0 0 100%
wasmtime/_bindings.py wasm_importtype_name 1 0 0 100%
wasmtime/_bindings.py wasm_importtype_type 1 0 0 100%
wasmtime/_bindings.py wasm_exporttype_delete 1 0 0 100%
wasmtime/_bindings.py wasm_exporttype_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_exporttype_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_exporttype_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_exporttype_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_exporttype_vec_delete 1 0 0 100%
wasmtime/_bindings.py wasm_exporttype_copy 1 1 0 0%
wasmtime/_bindings.py wasm_exporttype_new 1 1 0 0%
wasmtime/_bindings.py wasm_exporttype_name 1 0 0 100%
wasmtime/_bindings.py wasm_exporttype_type 1 0 0 100%
wasmtime/_bindings.py wasm_val_delete 1 1 0 0%
wasmtime/_bindings.py wasm_val_copy 1 1 0 0%
wasmtime/_bindings.py wasm_val_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_val_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_val_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_val_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_val_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_ref_delete 1 1 0 0%
wasmtime/_bindings.py wasm_ref_copy 1 1 0 0%
wasmtime/_bindings.py wasm_ref_same 1 1 0 0%
wasmtime/_bindings.py wasm_ref_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_ref_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_ref_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_frame_delete 1 1 0 0%
wasmtime/_bindings.py wasm_frame_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_frame_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_frame_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_frame_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_frame_vec_delete 1 0 0 100%
wasmtime/_bindings.py wasm_frame_copy 1 1 0 0%
wasmtime/_bindings.py wasm_frame_func_index 1 0 0 100%
wasmtime/_bindings.py wasm_frame_func_offset 1 1 0 0%
wasmtime/_bindings.py wasm_frame_module_offset 1 1 0 0%
wasmtime/_bindings.py wasm_trap_delete 1 0 0 100%
wasmtime/_bindings.py wasm_trap_copy 1 1 0 0%
wasmtime/_bindings.py wasm_trap_same 1 1 0 0%
wasmtime/_bindings.py wasm_trap_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_trap_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_trap_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_trap_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_trap 1 1 0 0%
wasmtime/_bindings.py wasm_trap_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_trap_const 1 1 0 0%
wasmtime/_bindings.py wasm_trap_new 1 1 0 0%
wasmtime/_bindings.py wasm_trap_message 1 0 0 100%
wasmtime/_bindings.py wasm_trap_origin 1 1 0 0%
wasmtime/_bindings.py wasm_trap_trace 1 0 0 100%
wasmtime/_bindings.py wasm_foreign_delete 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_copy 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_same 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_foreign 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_foreign_const 1 1 0 0%
wasmtime/_bindings.py wasm_foreign_new 1 1 0 0%
wasmtime/_bindings.py wasm_module_delete 1 1 0 0%
wasmtime/_bindings.py wasm_module_copy 1 1 0 0%
wasmtime/_bindings.py wasm_module_same 1 1 0 0%
wasmtime/_bindings.py wasm_module_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_module_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_module_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_module_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_module 1 1 0 0%
wasmtime/_bindings.py wasm_module_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_module_const 1 1 0 0%
wasmtime/_bindings.py wasm_shared_module_delete 1 1 0 0%
wasmtime/_bindings.py wasm_module_share 1 1 0 0%
wasmtime/_bindings.py wasm_module_obtain 1 1 0 0%
wasmtime/_bindings.py wasm_module_new 1 1 0 0%
wasmtime/_bindings.py wasm_module_validate 1 1 0 0%
wasmtime/_bindings.py wasm_module_imports 1 1 0 0%
wasmtime/_bindings.py wasm_module_exports 1 1 0 0%
wasmtime/_bindings.py wasm_module_serialize 1 1 0 0%
wasmtime/_bindings.py wasm_module_deserialize 1 1 0 0%
wasmtime/_bindings.py wasm_func_delete 1 1 0 0%
wasmtime/_bindings.py wasm_func_copy 1 1 0 0%
wasmtime/_bindings.py wasm_func_same 1 1 0 0%
wasmtime/_bindings.py wasm_func_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_func_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_func_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_func_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_func 1 1 0 0%
wasmtime/_bindings.py wasm_func_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_func_const 1 1 0 0%
wasmtime/_bindings.py wasm_func_new 1 1 0 0%
wasmtime/_bindings.py wasm_func_new_with_env 1 1 0 0%
wasmtime/_bindings.py wasm_func_type 1 1 0 0%
wasmtime/_bindings.py wasm_func_param_arity 1 1 0 0%
wasmtime/_bindings.py wasm_func_result_arity 1 1 0 0%
wasmtime/_bindings.py wasm_func_call 1 1 0 0%
wasmtime/_bindings.py wasm_global_delete 1 1 0 0%
wasmtime/_bindings.py wasm_global_copy 1 1 0 0%
wasmtime/_bindings.py wasm_global_same 1 1 0 0%
wasmtime/_bindings.py wasm_global_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_global_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_global_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_global_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_global 1 1 0 0%
wasmtime/_bindings.py wasm_global_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_global_const 1 1 0 0%
wasmtime/_bindings.py wasm_global_new 1 1 0 0%
wasmtime/_bindings.py wasm_global_type 1 1 0 0%
wasmtime/_bindings.py wasm_global_get 1 1 0 0%
wasmtime/_bindings.py wasm_global_set 1 1 0 0%
wasmtime/_bindings.py wasm_table_delete 1 1 0 0%
wasmtime/_bindings.py wasm_table_copy 1 1 0 0%
wasmtime/_bindings.py wasm_table_same 1 1 0 0%
wasmtime/_bindings.py wasm_table_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_table_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_table_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_table_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_table 1 1 0 0%
wasmtime/_bindings.py wasm_table_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_table_const 1 1 0 0%
wasmtime/_bindings.py wasm_table_new 1 1 0 0%
wasmtime/_bindings.py wasm_table_type 1 1 0 0%
wasmtime/_bindings.py wasm_table_get 1 1 0 0%
wasmtime/_bindings.py wasm_table_set 1 1 0 0%
wasmtime/_bindings.py wasm_table_size 1 1 0 0%
wasmtime/_bindings.py wasm_table_grow 1 1 0 0%
wasmtime/_bindings.py wasm_memory_delete 1 1 0 0%
wasmtime/_bindings.py wasm_memory_copy 1 1 0 0%
wasmtime/_bindings.py wasm_memory_same 1 1 0 0%
wasmtime/_bindings.py wasm_memory_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_memory_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_memory_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_memory_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_memory 1 1 0 0%
wasmtime/_bindings.py wasm_memory_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_memory_const 1 1 0 0%
wasmtime/_bindings.py wasm_memory_new 1 1 0 0%
wasmtime/_bindings.py wasm_memory_type 1 1 0 0%
wasmtime/_bindings.py wasm_memory_data 1 1 0 0%
wasmtime/_bindings.py wasm_memory_data_size 1 1 0 0%
wasmtime/_bindings.py wasm_memory_size 1 1 0 0%
wasmtime/_bindings.py wasm_memory_grow 1 1 0 0%
wasmtime/_bindings.py wasm_extern_delete 1 1 0 0%
wasmtime/_bindings.py wasm_extern_copy 1 1 0 0%
wasmtime/_bindings.py wasm_extern_same 1 1 0 0%
wasmtime/_bindings.py wasm_extern_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_extern_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_extern_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_extern 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_extern_const 1 1 0 0%
wasmtime/_bindings.py wasm_extern_vec_new_empty 1 1 0 0%
wasmtime/_bindings.py wasm_extern_vec_new_uninitialized 1 1 0 0%
wasmtime/_bindings.py wasm_extern_vec_new 1 1 0 0%
wasmtime/_bindings.py wasm_extern_vec_copy 1 1 0 0%
wasmtime/_bindings.py wasm_extern_vec_delete 1 1 0 0%
wasmtime/_bindings.py wasm_extern_kind 1 1 0 0%
wasmtime/_bindings.py wasm_extern_type 1 1 0 0%
wasmtime/_bindings.py wasm_func_as_extern 1 1 0 0%
wasmtime/_bindings.py wasm_global_as_extern 1 1 0 0%
wasmtime/_bindings.py wasm_table_as_extern 1 1 0 0%
wasmtime/_bindings.py wasm_memory_as_extern 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_func 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_global 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_table 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_memory 1 1 0 0%
wasmtime/_bindings.py wasm_func_as_extern_const 1 1 0 0%
wasmtime/_bindings.py wasm_global_as_extern_const 1 1 0 0%
wasmtime/_bindings.py wasm_table_as_extern_const 1 1 0 0%
wasmtime/_bindings.py wasm_memory_as_extern_const 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_func_const 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_global_const 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_table_const 1 1 0 0%
wasmtime/_bindings.py wasm_extern_as_memory_const 1 1 0 0%
wasmtime/_bindings.py wasm_instance_delete 1 1 0 0%
wasmtime/_bindings.py wasm_instance_copy 1 1 0 0%
wasmtime/_bindings.py wasm_instance_same 1 1 0 0%
wasmtime/_bindings.py wasm_instance_get_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_instance_set_host_info 1 1 0 0%
wasmtime/_bindings.py wasm_instance_set_host_info_with_finalizer 1 1 0 0%
wasmtime/_bindings.py wasm_instance_as_ref 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_instance 1 1 0 0%
wasmtime/_bindings.py wasm_instance_as_ref_const 1 1 0 0%
wasmtime/_bindings.py wasm_ref_as_instance_const 1 1 0 0%
wasmtime/_bindings.py wasm_instance_new 1 1 0 0%
wasmtime/_bindings.py wasm_instance_exports 1 1 0 0%
wasmtime/_bindings.py wasi_config_delete 1 0 0 100%
wasmtime/_bindings.py wasi_config_new 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_argv 1 0 0 100%
wasmtime/_bindings.py wasi_config_inherit_argv 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_env 1 0 0 100%
wasmtime/_bindings.py wasi_config_inherit_env 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_stdin_file 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_stdin_bytes 1 1 0 0%
wasmtime/_bindings.py wasi_config_inherit_stdin 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_stdout_file 1 0 0 100%
wasmtime/_bindings.py wasi_config_inherit_stdout 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_stdout_custom 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_stderr_file 1 0 0 100%
wasmtime/_bindings.py wasi_config_inherit_stderr 1 0 0 100%
wasmtime/_bindings.py wasi_config_set_stderr_custom 1 0 0 100%
wasmtime/_bindings.py wasi_config_preopen_dir 1 0 0 100%
wasmtime/_bindings.py wasmtime_error_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_error_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_error_message 1 0 0 100%
wasmtime/_bindings.py wasmtime_error_exit_status 1 0 0 100%
wasmtime/_bindings.py wasmtime_error_wasm_trace 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_debug_info_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_consume_fuel_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_epoch_interruption_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_max_wasm_stack_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_wasm_threads_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_tail_call_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_reference_types_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_function_references_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_wasm_gc_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_wasm_simd_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_relaxed_simd_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_relaxed_simd_deterministic_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_bulk_memory_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_multi_value_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_multi_memory_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_memory64_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_wide_arithmetic_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_wasm_exceptions_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_wasm_custom_page_sizes_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_wasm_stack_switching_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_strategy_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_parallel_compilation_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_cranelift_debug_verifier_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_cranelift_nan_canonicalization_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_cranelift_opt_level_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_profiler_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_memory_may_move_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_memory_reservation_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_memory_guard_size_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_memory_reservation_for_growth_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_native_unwind_info_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_cache_config_load 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_target_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_cranelift_flag_enable 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_cranelift_flag_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_macos_use_mach_ports_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_signals_based_traps_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_host_memory_creator_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_memory_init_cow_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_new 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_unused_warm_slots_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_decommit_batch_size_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_async_stack_keep_resident_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_linear_memory_keep_resident_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_table_keep_resident_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_total_component_instances_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_component_instance_size_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_core_instances_per_component_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_memories_per_component_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_tables_per_component_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_total_memories_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_total_tables_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_total_stacks_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_total_core_instances_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_core_instance_size_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_tables_per_module_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_table_elements_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_memories_per_module_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_max_memory_size_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_config_total_gc_heaps_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_pooling_allocation_strategy_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_wasm_component_model_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_engine_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_engine_increment_epoch 1 0 0 100%
wasmtime/_bindings.py wasmtime_engine_is_pulley 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_module_imports 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_exports 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_validate 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_serialize 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_deserialize 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_deserialize_file 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_image_range 1 1 0 0%
wasmtime/_bindings.py wasmtime_sharedmemory_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_sharedmemory_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_sharedmemory_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_sharedmemory_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_sharedmemory_data 1 0 0 100%
wasmtime/_bindings.py wasmtime_sharedmemory_data_size 1 0 0 100%
wasmtime/_bindings.py wasmtime_sharedmemory_size 1 1 0 0%
wasmtime/_bindings.py wasmtime_sharedmemory_grow 1 0 0 100%
wasmtime/_bindings.py wasmtime_store_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_store_context 1 0 0 100%
wasmtime/_bindings.py wasmtime_store_limiter 1 0 0 100%
wasmtime/_bindings.py wasmtime_store_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_context_get_data 1 1 0 0%
wasmtime/_bindings.py wasmtime_context_set_data 1 1 0 0%
wasmtime/_bindings.py wasmtime_context_gc 1 0 0 100%
wasmtime/_bindings.py wasmtime_context_set_fuel 1 0 0 100%
wasmtime/_bindings.py wasmtime_context_get_fuel 1 0 0 100%
wasmtime/_bindings.py wasmtime_context_set_wasi 1 0 0 100%
wasmtime/_bindings.py wasmtime_context_set_epoch_deadline 1 0 0 100%
wasmtime/_bindings.py wasmtime_store_epoch_deadline_callback 1 1 0 0%
wasmtime/_bindings.py wasmtime_extern_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_extern_type 1 1 0 0%
wasmtime/_bindings.py wasmtime_anyref_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_anyref_unroot 1 1 0 0%
wasmtime/_bindings.py wasmtime_anyref_from_raw 1 1 0 0%
wasmtime/_bindings.py wasmtime_anyref_to_raw 1 1 0 0%
wasmtime/_bindings.py wasmtime_anyref_from_i31 1 1 0 0%
wasmtime/_bindings.py wasmtime_anyref_i31_get_u 1 1 0 0%
wasmtime/_bindings.py wasmtime_anyref_i31_get_s 1 1 0 0%
wasmtime/_bindings.py wasmtime_externref_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_externref_data 1 0 0 100%
wasmtime/_bindings.py wasmtime_externref_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_externref_unroot 1 1 0 0%
wasmtime/_bindings.py wasmtime_externref_from_raw 1 1 0 0%
wasmtime/_bindings.py wasmtime_externref_to_raw 1 1 0 0%
wasmtime/_bindings.py wasmtime_val_unroot 1 0 0 100%
wasmtime/_bindings.py wasmtime_val_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_func_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_func_new_unchecked 1 1 0 0%
wasmtime/_bindings.py wasmtime_func_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_func_call 1 0 0 100%
wasmtime/_bindings.py wasmtime_func_call_unchecked 1 1 0 0%
wasmtime/_bindings.py wasmtime_caller_export_get 1 0 0 100%
wasmtime/_bindings.py wasmtime_caller_context 1 0 0 100%
wasmtime/_bindings.py wasmtime_func_from_raw 1 1 0 0%
wasmtime/_bindings.py wasmtime_func_to_raw 1 1 0 0%
wasmtime/_bindings.py wasmtime_global_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_global_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_global_get 1 0 0 100%
wasmtime/_bindings.py wasmtime_global_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_instance_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_instance_export_get 1 1 0 0%
wasmtime/_bindings.py wasmtime_instance_export_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_instance_pre_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_instance_pre_instantiate 1 1 0 0%
wasmtime/_bindings.py wasmtime_instance_pre_module 1 1 0 0%
wasmtime/_bindings.py wasmtime_linker_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_linker_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_allow_shadowing 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_define_unknown_imports_as_traps 1 1 0 0%
wasmtime/_bindings.py wasmtime_linker_define_unknown_imports_as_default_values 1 1 0 0%
wasmtime/_bindings.py wasmtime_linker_define 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_define_func 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_define_func_unchecked 1 1 0 0%
wasmtime/_bindings.py wasmtime_linker_define_wasi 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_define_instance 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_instantiate 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_module 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_get_default 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_get 1 0 0 100%
wasmtime/_bindings.py wasmtime_linker_instantiate_pre 1 1 0 0%
wasmtime/_bindings.py wasmtime_memorytype_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_memorytype_minimum 1 0 0 100%
wasmtime/_bindings.py wasmtime_memorytype_maximum 1 0 0 100%
wasmtime/_bindings.py wasmtime_memorytype_is64 1 0 0 100%
wasmtime/_bindings.py wasmtime_memorytype_isshared 1 1 0 0%
wasmtime/_bindings.py wasmtime_memorytype_page_size 1 1 0 0%
wasmtime/_bindings.py wasmtime_memorytype_page_size_log2 1 1 0 0%
wasmtime/_bindings.py wasmtime_memory_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_memory_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_memory_data 1 0 0 100%
wasmtime/_bindings.py wasmtime_memory_data_size 1 0 0 100%
wasmtime/_bindings.py wasmtime_memory_size 1 0 0 100%
wasmtime/_bindings.py wasmtime_memory_grow 1 0 0 100%
wasmtime/_bindings.py wasmtime_memory_page_size 1 1 0 0%
wasmtime/_bindings.py wasmtime_memory_page_size_log2 1 1 0 0%
wasmtime/_bindings.py wasmtime_guestprofiler_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_guestprofiler_new 1 1 0 0%
wasmtime/_bindings.py wasmtime_guestprofiler_sample 1 1 0 0%
wasmtime/_bindings.py wasmtime_guestprofiler_finish 1 1 0 0%
wasmtime/_bindings.py wasmtime_table_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_table_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_table_get 1 0 0 100%
wasmtime/_bindings.py wasmtime_table_set 1 0 0 100%
wasmtime/_bindings.py wasmtime_table_size 1 0 0 100%
wasmtime/_bindings.py wasmtime_table_grow 1 0 0 100%
wasmtime/_bindings.py wasmtime_trap_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_trap_new_code 1 1 0 0%
wasmtime/_bindings.py wasmtime_trap_code 1 0 0 100%
wasmtime/_bindings.py wasmtime_frame_func_name 1 0 0 100%
wasmtime/_bindings.py wasmtime_frame_module_name 1 0 0 100%
wasmtime/_bindings.py wasmtime_config_async_support_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_async_stack_size_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_context_fuel_async_yield_interval 1 1 0 0%
wasmtime/_bindings.py wasmtime_context_epoch_deadline_async_yield_and_update 1 1 0 0%
wasmtime/_bindings.py wasmtime_call_future_poll 1 1 0 0%
wasmtime/_bindings.py wasmtime_call_future_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_func_call_async 1 1 0 0%
wasmtime/_bindings.py wasmtime_linker_define_async_func 1 1 0 0%
wasmtime/_bindings.py wasmtime_linker_instantiate_async 1 1 0 0%
wasmtime/_bindings.py wasmtime_instance_pre_instantiate_async 1 1 0 0%
wasmtime/_bindings.py wasmtime_config_host_stack_creator_set 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_resource_type_new_host 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_resource_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_list_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_list_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_list_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_list_type_element 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_record_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_record_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_record_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_record_type_field_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_record_type_field_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_tuple_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_tuple_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_tuple_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_tuple_type_types_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_tuple_type_types_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_variant_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_variant_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_variant_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_variant_type_case_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_variant_type_case_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_enum_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_enum_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_enum_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_enum_type_names_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_enum_type_names_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_option_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_option_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_option_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_option_type_ty 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_result_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_result_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_result_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_result_type_ok 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_result_type_err 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_flags_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_flags_type_equal 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_flags_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_flags_type_names_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_flags_type_names_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_future_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_future_type_equal 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_future_type_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_future_type_ty 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_stream_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_stream_type_equal 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_stream_type_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_stream_type_ty 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valtype_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valtype_equal 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valtype_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_func_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_func_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_func_type_param_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_func_type_param_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_func_type_result 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_instance_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_instance_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_instance_type_export_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_instance_type_export_get 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_instance_type_export_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_module_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_type_import_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_type_import_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_type_export_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_module_type_export_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_type_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_type_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_type_import_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_type_import_get 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_type_import_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_type_export_count 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_type_export_get 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_type_export_nth 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_item_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_item_delete 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_serialize 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_deserialize 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_deserialize_file 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_get_export_index 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_export_index_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_export_index_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_any_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_any_clone 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_any_owned 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_any_drop 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_any_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_host_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_host_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_resource_host_rep 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_host_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_host_owned 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_host_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_any_to_host 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_resource_host_to_any 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_vallist_new 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_vallist_new_empty 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_vallist_new_uninit 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_vallist_copy 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_vallist_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_valrecord_new 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valrecord_new_empty 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valrecord_new_uninit 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_valrecord_copy 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valrecord_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_valtuple_new 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valtuple_new_empty 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valtuple_new_uninit 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_valtuple_copy 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valtuple_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_valflags_new 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valflags_new_empty 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valflags_new_uninit 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_valflags_copy 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_valflags_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_val_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_val_free 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_val_clone 1 1 0 0%
wasmtime/_bindings.py wasmtime_component_val_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_func_type 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_func_call 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_func_post_return 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_instance_get_export_index 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_instance_get_func 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_new 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_allow_shadowing 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_root 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_instantiate 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_define_unknown_imports_as_traps 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_instance_add_instance 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_instance_add_module 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_instance_add_func 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_add_wasip2 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_instance_add_resource 1 0 0 100%
wasmtime/_bindings.py wasmtime_component_linker_instance_delete 1 0 0 100%
wasmtime/_bindings.py wasmtime_wat2wasm 1 0 0 100%
wasmtime/_bindings.py (no function) 2892 0 0 100%
wasmtime/_config.py setter_property 5 0 0 100%
wasmtime/_config.py Config.__init__ 1 0 0 100%
wasmtime/_config.py Config._delete 1 0 0 100%
wasmtime/_config.py Config.debug_info 3 1 0 67%
wasmtime/_config.py Config.wasm_threads 3 1 0 67%
wasmtime/_config.py Config.wasm_tail_call 3 1 0 67%
wasmtime/_config.py Config.wasm_reference_types 3 1 0 67%
wasmtime/_config.py Config.wasm_simd 3 1 0 67%
wasmtime/_config.py Config.wasm_bulk_memory 3 1 0 67%
wasmtime/_config.py Config.wasm_multi_value 3 1 0 67%
wasmtime/_config.py Config.wasm_multi_memory 3 1 0 67%
wasmtime/_config.py Config.wasm_memory64 3 1 0 67%
wasmtime/_config.py Config.wasm_relaxed_simd 3 1 0 67%
wasmtime/_config.py Config.wasm_relaxed_simd_deterministic 3 1 0 67%
wasmtime/_config.py Config.wasm_exceptions 3 1 0 67%
wasmtime/_config.py Config.strategy 5 0 0 100%
wasmtime/_config.py Config.cranelift_debug_verifier 3 1 0 67%
wasmtime/_config.py Config.cranelift_opt_level 7 0 0 100%
wasmtime/_config.py Config.profiler 5 1 0 80%
wasmtime/_config.py Config.cache 9 2 0 78%
wasmtime/_config.py Config.epoch_interruption 4 1 0 75%
wasmtime/_config.py Config.consume_fuel 3 1 0 67%
wasmtime/_config.py Config.parallel_compilation 3 1 0 67%
wasmtime/_config.py (no function) 48 0 0 100%
wasmtime/_engine.py Engine.__init__ 6 0 0 100%
wasmtime/_engine.py Engine._delete 1 0 0 100%
wasmtime/_engine.py Engine.increment_epoch 1 0 0 100%
wasmtime/_engine.py Engine.is_pulley 1 0 0 100%
wasmtime/_engine.py (no function) 9 0 0 100%
wasmtime/_error.py WasmtimeError.__init__ 2 0 0 100%
wasmtime/_error.py WasmtimeError._delete 1 0 0 100%
wasmtime/_error.py WasmtimeError._from_ptr 14 1 0 93%
wasmtime/_error.py WasmtimeError.__str__ 7 1 0 86%
wasmtime/_error.py (no function) 13 0 0 100%
wasmtime/_exportable.py (no function) 2 0 6 100%
wasmtime/_extern.py wrap_extern 12 3 0 75%
wasmtime/_extern.py get_extern_ptr 12 1 0 92%
wasmtime/_extern.py Extern.__init__ 1 1 0 0%
wasmtime/_extern.py Extern._delete 1 1 0 0%
wasmtime/_extern.py (no function) 9 0 0 100%
wasmtime/_ffi.py to_bytes 2 0 0 100%
wasmtime/_ffi.py to_str 1 0 0 100%
wasmtime/_ffi.py to_str_raw 1 0 0 100%
wasmtime/_ffi.py str_to_capi 3 1 0 67%
wasmtime/_ffi.py bytes_to_capi 7 1 0 86%
wasmtime/_ffi.py take_pointer 5 0 0 100%
wasmtime/_ffi.py (no function) 117 10 0 91%
wasmtime/_func.py Func.__init__ 8 0 0 100%
wasmtime/_func.py Func._from_raw 3 0 0 100%
wasmtime/_func.py Func.type 2 0 0 100%
wasmtime/_func.py Func.__call__ 28 1 0 96%
wasmtime/_func.py Func._as_extern 2 0 0 100%
wasmtime/_func.py Caller.__init__ 2 0 0 100%
wasmtime/_func.py Caller.__getitem__ 4 1 0 75%
wasmtime/_func.py Caller.get 9 0 0 100%
wasmtime/_func.py Caller._context 3 1 0 67%
wasmtime/_func.py Caller._invalidate 2 0 0 100%
wasmtime/_func.py extract_val 4 4 0 0%
wasmtime/_func.py trampoline 24 0 0 100%
wasmtime/_func.py finalize 1 0 0 100%
wasmtime/_func.py enter_wasm 10 0 0 100%
wasmtime/_func.py maybe_raise_last_exn 5 0 0 100%
wasmtime/_func.py (no function) 34 0 0 100%
wasmtime/_globals.py Global.__init__ 9 1 0 89%
wasmtime/_globals.py Global._from_raw 3 0 0 100%
wasmtime/_globals.py Global.type 2 0 0 100%
wasmtime/_globals.py Global.value 6 1 0 83%
wasmtime/_globals.py Global.set_value 5 0 0 100%
wasmtime/_globals.py Global._as_extern 2 0 0 100%
wasmtime/_globals.py (no function) 13 0 0 100%
wasmtime/_instance.py Instance.__init__ 10 0 0 100%
wasmtime/_instance.py Instance._from_raw 4 0 0 100%
wasmtime/_instance.py Instance.exports 3 0 0 100%
wasmtime/_instance.py InstanceExports.__init__ 14 0 0 100%
wasmtime/_instance.py InstanceExports.by_index 1 0 0 100%
wasmtime/_instance.py InstanceExports.__getitem__ 1 0 0 100%
wasmtime/_instance.py InstanceExports.__len__ 1 0 0 100%
wasmtime/_instance.py InstanceExports.__iter__ 1 0 0 100%
wasmtime/_instance.py (no function) 21 0 0 100%
wasmtime/_linker.py Linker.__init__ 2 0 0 100%
wasmtime/_linker.py Linker._delete 1 0 0 100%
wasmtime/_linker.py Linker.allow_shadowing 1 0 0 100%
wasmtime/_linker.py Linker.define 8 0 0 100%
wasmtime/_linker.py Linker.define_func 10 2 0 80%
wasmtime/_linker.py Linker.define_instance 7 1 0 86%
wasmtime/_linker.py Linker.define_wasi 3 1 0 67%
wasmtime/_linker.py Linker.define_module 7 2 0 71%
wasmtime/_linker.py Linker.instantiate 7 0 0 100%
wasmtime/_linker.py Linker.get_default 7 1 0 86%
wasmtime/_linker.py Linker.get 9 0 0 100%
wasmtime/_linker.py (no function) 24 0 0 100%
wasmtime/_managed.py Managed._delete 1 1 0 0%
wasmtime/_managed.py Managed._set_ptr 3 1 0 67%
wasmtime/_managed.py Managed.close 7 0 0 100%
wasmtime/_managed.py Managed.ptr 7 2 0 71%
wasmtime/_managed.py Managed._consume 3 0 0 100%
wasmtime/_managed.py Managed.__enter__ 1 0 0 100%
wasmtime/_managed.py Managed.__exit__ 1 0 0 100%
wasmtime/_managed.py Managed.__del__ 1 0 0 100%
wasmtime/_managed.py (no function) 13 0 0 100%
wasmtime/_memory.py Memory.__init__ 5 0 0 100%
wasmtime/_memory.py Memory._from_raw 3 0 0 100%
wasmtime/_memory.py Memory.type 2 0 0 100%
wasmtime/_memory.py Memory.grow 7 0 0 100%
wasmtime/_memory.py Memory.size 1 0 0 100%
wasmtime/_memory.py Memory.data_ptr 1 0 0 100%
wasmtime/_memory.py Memory.get_buffer_ptr 4 1 0 75%
wasmtime/_memory.py Memory.read 8 0 0 100%
wasmtime/_memory.py Memory.write 18 1 0 94%
wasmtime/_memory.py Memory.data_len 1 0 0 100%
wasmtime/_memory.py Memory._as_extern 2 0 0 100%
wasmtime/_memory.py (no function) 18 0 0 100%
wasmtime/_module.py Module.from_file 3 3 0 0%
wasmtime/_module.py Module.__init__ 9 0 0 100%
wasmtime/_module.py Module._delete 1 0 0 100%
wasmtime/_module.py Module._from_ptr 5 1 0 80%
wasmtime/_module.py Module.deserialize 7 2 0 71%
wasmtime/_module.py Module.deserialize_file 6 1 0 83%
wasmtime/_module.py Module.validate 6 0 0 100%
wasmtime/_module.py Module.imports 6 0 0 100%
wasmtime/_module.py Module.exports 6 0 0 100%
wasmtime/_module.py Module.serialize 7 1 0 86%
wasmtime/_module.py ImportTypeList.__init__ 1 0 0 100%
wasmtime/_module.py ImportTypeList.__del__ 1 0 0 100%
wasmtime/_module.py ExportTypeList.__init__ 1 0 0 100%
wasmtime/_module.py ExportTypeList.__del__ 1 0 0 100%
wasmtime/_module.py (no function) 30 0 0 100%
wasmtime/_sharedmemory.py SharedMemory.__init__ 5 0 0 100%
wasmtime/_sharedmemory.py SharedMemory._delete 1 0 0 100%
wasmtime/_sharedmemory.py SharedMemory._from_ptr 5 5 0 0%
wasmtime/_sharedmemory.py SharedMemory.type 2 0 0 100%
wasmtime/_sharedmemory.py SharedMemory.grow 7 0 0 100%
wasmtime/_sharedmemory.py SharedMemory.size 1 1 0 0%
wasmtime/_sharedmemory.py SharedMemory.data_ptr 1 0 0 100%
wasmtime/_sharedmemory.py SharedMemory.data_len 1 0 0 100%
wasmtime/_sharedmemory.py SharedMemory._as_extern 2 2 0 0%
wasmtime/_sharedmemory.py (no function) 16 0 0 100%
wasmtime/_slab.py Slab.__init__ 2 0 0 100%
wasmtime/_slab.py Slab.allocate 7 0 0 100%
wasmtime/_slab.py Slab.get 1 0 0 100%
wasmtime/_slab.py Slab.deallocate 2 0 0 100%
wasmtime/_slab.py (no function) 7 0 0 100%
wasmtime/_store.py Store.__init__ 12 2 0 83%
wasmtime/_store.py Store._delete 2 0 0 100%
wasmtime/_store.py Store._context 3 0 0 100%
wasmtime/_store.py Store.data 4 4 0 0%
wasmtime/_store.py Store.gc 1 0 0 100%
wasmtime/_store.py Store.set_fuel 3 0 0 100%
wasmtime/_store.py Store.get_fuel 5 0 0 100%
wasmtime/_store.py Store.set_wasi 3 1 0 67%
wasmtime/_store.py Store.set_epoch_deadline 1 0 0 100%
wasmtime/_store.py Store.set_limits 1 0 0 100%
wasmtime/_store.py StoreContext.__init__ 1 0 0 100%
wasmtime/_store.py StoreContext._context 3 1 0 67%
wasmtime/_store.py StoreContext._invalidate 1 0 0 100%
wasmtime/_store.py (no function) 22 0 4 100%
wasmtime/_table.py Table.__init__ 7 0 0 100%
wasmtime/_table.py Table._from_raw 3 0 0 100%
wasmtime/_table.py Table.type 2 0 0 100%
wasmtime/_table.py Table.size 1 0 0 100%
wasmtime/_table.py Table.grow 7 0 0 100%
wasmtime/_table.py Table.get 8 0 0 100%
wasmtime/_table.py Table.set 5 0 0 100%
wasmtime/_table.py Table._as_extern 2 0 0 100%
wasmtime/_table.py (no function) 15 0 0 100%
wasmtime/_trap.py Trap.__init__ 2 0 0 100%
wasmtime/_trap.py Trap._delete 1 0 0 100%
wasmtime/_trap.py Trap._from_ptr 5 1 0 80%
wasmtime/_trap.py Trap.message 7 0 0 100%
wasmtime/_trap.py Trap.frames 6 0 0 100%
wasmtime/_trap.py Trap.trap_code 4 1 0 75%
wasmtime/_trap.py Trap.__str__ 1 0 0 100%
wasmtime/_trap.py Frame._from_ptr 6 1 0 83%
wasmtime/_trap.py Frame._delete 2 1 0 50%
wasmtime/_trap.py Frame.func_index 1 0 0 100%
wasmtime/_trap.py Frame.func_name 4 0 0 100%
wasmtime/_trap.py Frame.module_name 4 0 0 100%
wasmtime/_trap.py Frame.module_offset 1 1 0 0%
wasmtime/_trap.py Frame.func_offset 1 1 0 0%
wasmtime/_trap.py FrameList.__init__ 2 0 0 100%
wasmtime/_trap.py FrameList.__del__ 1 0 0 100%
wasmtime/_trap.py (no function) 47 0 0 100%
wasmtime/_types.py ValType._delete 2 0 0 100%
wasmtime/_types.py ValType.i32 2 0 0 100%
wasmtime/_types.py ValType.i64 2 0 0 100%
wasmtime/_types.py ValType.f32 2 0 0 100%
wasmtime/_types.py ValType.f64 2 0 0 100%
wasmtime/_types.py ValType.externref 2 0 0 100%
wasmtime/_types.py ValType.funcref 2 0 0 100%
wasmtime/_types.py ValType.__init__ 1 1 0 0%
wasmtime/_types.py ValType._from_ptr 6 1 0 83%
wasmtime/_types.py ValType.__eq__ 5 1 0 80%
wasmtime/_types.py ValType.__ne__ 1 0 0 100%
wasmtime/_types.py ValType.__repr__ 1 1 0 0%
wasmtime/_types.py ValType.__str__ 14 5 0 64%
wasmtime/_types.py ValType._from_list 4 0 0 100%
wasmtime/_types.py take_owned_valtype 3 1 0 67%
wasmtime/_types.py FuncType.__init__ 19 3 0 84%
wasmtime/_types.py FuncType._delete 2 0 0 100%
wasmtime/_types.py FuncType._from_ptr 6 1 0 83%
wasmtime/_types.py FuncType.params 2 0 0 100%
wasmtime/_types.py FuncType.results 2 0 0 100%
wasmtime/_types.py FuncType._as_extern 1 1 0 0%
wasmtime/_types.py GlobalType.__init__ 9 1 0 89%
wasmtime/_types.py GlobalType._delete 2 0 0 100%
wasmtime/_types.py GlobalType._from_ptr 6 1 0 83%
wasmtime/_types.py GlobalType.content 2 0 0 100%
wasmtime/_types.py GlobalType.mutable 2 0 0 100%
wasmtime/_types.py GlobalType._as_extern 1 1 0 0%
wasmtime/_types.py Limits.__init__ 2 0 0 100%
wasmtime/_types.py Limits.__ffi__ 4 0 0 100%
wasmtime/_types.py Limits.__eq__ 3 1 0 67%
wasmtime/_types.py Limits._from_ffi 5 1 0 80%
wasmtime/_types.py TableType.__init__ 8 2 0 75%
wasmtime/_types.py TableType._delete 2 0 0 100%
wasmtime/_types.py TableType._from_ptr 6 1 0 83%
wasmtime/_types.py TableType.element 2 0 0 100%
wasmtime/_types.py TableType.limits 2 0 0 100%
wasmtime/_types.py TableType._as_extern 1 1 0 0%
wasmtime/_types.py MemoryType.__init__ 15 2 0 87%
wasmtime/_types.py MemoryType._delete 2 0 0 100%
wasmtime/_types.py MemoryType._from_ptr 6 1 0 83%
wasmtime/_types.py MemoryType.limits 4 0 0 100%
wasmtime/_types.py MemoryType.is_64 1 0 0 100%
wasmtime/_types.py MemoryType.is_shared 1 1 0 0%
wasmtime/_types.py MemoryType._as_extern 1 1 0 0%
wasmtime/_types.py wrap_externtype 15 2 0 87%
wasmtime/_types.py ImportType._from_ptr 6 1 0 83%
wasmtime/_types.py ImportType._delete 2 0 0 100%
wasmtime/_types.py ImportType.module 1 0 0 100%
wasmtime/_types.py ImportType.name 4 1 0 75%
wasmtime/_types.py ImportType.type 2 0 0 100%
wasmtime/_types.py ExportType._from_ptr 6 1 0 83%
wasmtime/_types.py ExportType._delete 2 0 0 100%
wasmtime/_types.py ExportType.name 1 0 0 100%
wasmtime/_types.py ExportType.type 2 0 0 100%
wasmtime/_types.py (no function) 97 0 0 100%
wasmtime/_value.py _externref_finalizer 1 0 0 100%
wasmtime/_value.py _intern 1 0 0 100%
wasmtime/_value.py _unintern 1 0 0 100%
wasmtime/_value.py Val.i32 4 0 0 100%
wasmtime/_value.py Val.i64 4 0 0 100%
wasmtime/_value.py Val.f32 4 0 0 100%
wasmtime/_value.py Val.f64 4 0 0 100%
wasmtime/_value.py Val.externref 1 0 0 100%
wasmtime/_value.py Val.funcref 1 0 0 100%
wasmtime/_value.py Val.ref_null 5 5 0 0%
wasmtime/_value.py Val.__init__ 2 0 0 100%
wasmtime/_value.py Val.__eq__ 3 1 0 67%
wasmtime/_value.py Val._convert_to_raw 24 1 0 96%
wasmtime/_value.py Val._new_raw 20 2 0 90%
wasmtime/_value.py Val._from_raw 21 1 0 95%
wasmtime/_value.py Val.value 1 0 0 100%
wasmtime/_value.py Val.as_i32 4 0 0 100%
wasmtime/_value.py Val.as_i64 4 0 0 100%
wasmtime/_value.py Val.as_f32 4 0 0 100%
wasmtime/_value.py Val.as_f64 4 0 0 100%
wasmtime/_value.py Val.as_externref 3 3 0 0%
wasmtime/_value.py Val.as_funcref 4 1 0 75%
wasmtime/_value.py Val.type 16 2 0 88%
wasmtime/_value.py (no function) 44 0 2 100%
wasmtime/_wasi.py _encode_path 6 1 0 83%
wasmtime/_wasi.py WasiConfig.__init__ 1 0 0 100%
wasmtime/_wasi.py WasiConfig._delete 1 0 0 100%
wasmtime/_wasi.py WasiConfig.argv 3 1 0 67%
wasmtime/_wasi.py WasiConfig.inherit_argv 1 0 0 100%
wasmtime/_wasi.py WasiConfig.env 9 1 0 89%
wasmtime/_wasi.py WasiConfig.inherit_env 1 0 0 100%
wasmtime/_wasi.py WasiConfig.stdin_file 3 0 0 100%
wasmtime/_wasi.py WasiConfig.inherit_stdin 1 0 0 100%
wasmtime/_wasi.py WasiConfig.stdout_file 3 0 0 100%
wasmtime/_wasi.py WasiConfig.stdout_custom 1 0 0 100%
wasmtime/_wasi.py WasiConfig.inherit_stdout 1 0 0 100%
wasmtime/_wasi.py WasiConfig.stderr_file 3 0 0 100%
wasmtime/_wasi.py WasiConfig.stderr_custom 1 0 0 100%
wasmtime/_wasi.py WasiConfig.inherit_stderr 1 0 0 100%
wasmtime/_wasi.py WasiConfig.preopen_dir 4 1 0 75%
wasmtime/_wasi.py to_char_array 4 0 0 100%
wasmtime/_wasi.py custom_call 10 4 0 60%
wasmtime/_wasi.py custom_finalize 3 0 0 100%
wasmtime/_wasi.py (no function) 49 0 0 100%
wasmtime/_wat2wasm.py wat2wasm 10 0 0 100%
wasmtime/_wat2wasm.py _to_wasm 7 0 0 100%
wasmtime/_wat2wasm.py (no function) 6 0 0 100%
wasmtime/component/__init__.py (no function) 10 0 0 100%
wasmtime/component/_component.py ExportIndex.__init__ 1 1 0 0%
wasmtime/component/_component.py ExportIndex._delete 1 0 0 100%
wasmtime/component/_component.py ExportIndex._from_ptr 5 1 0 80%
wasmtime/component/_component.py Component.from_file 3 3 0 0%
wasmtime/component/_component.py Component.__init__ 9 0 0 100%
wasmtime/component/_component.py Component._delete 1 0 0 100%
wasmtime/component/_component.py Component._from_ptr 5 1 0 80%
wasmtime/component/_component.py Component.deserialize 7 2 0 71%
wasmtime/component/_component.py Component.deserialize_file 6 1 0 83%
wasmtime/component/_component.py Component.serialize 7 1 0 86%
wasmtime/component/_component.py Component.get_export_index 6 0 0 100%
wasmtime/component/_component.py Component.type 2 0 0 100%
wasmtime/component/_component.py (no function) 27 0 0 100%
wasmtime/component/_enter.py catch_exceptions 13 1 0 92%
wasmtime/component/_enter.py enter_wasm 5 0 0 100%
wasmtime/component/_enter.py maybe_raise_last_exn 5 0 0 100%
wasmtime/component/_enter.py (no function) 8 0 0 100%
wasmtime/component/_func.py Func.__init__ 1 0 0 100%
wasmtime/component/_func.py Func._from_raw 3 0 0 100%
wasmtime/component/_func.py Func.__call__ 26 0 0 100%
wasmtime/component/_func.py Func.__call__.run 1 0 0 100%
wasmtime/component/_func.py Func.post_return 2 0 0 100%
wasmtime/component/_func.py Func.post_return.run 1 0 0 100%
wasmtime/component/_func.py Func.type 2 0 0 100%
wasmtime/component/_func.py (no function) 13 0 0 100%
wasmtime/component/_instance.py Instance.__init__ 1 0 0 100%
wasmtime/component/_instance.py Instance._from_raw 3 0 0 100%
wasmtime/component/_instance.py Instance.get_export_index 6 0 0 100%
wasmtime/component/_instance.py Instance.get_func 10 0 0 100%
wasmtime/component/_instance.py (no function) 12 0 0 100%
wasmtime/component/_linker.py Linker.__init__ 3 0 0 100%
wasmtime/component/_linker.py Linker._delete 2 0 0 100%
wasmtime/component/_linker.py Linker.allow_shadowing 2 0 0 100%
wasmtime/component/_linker.py Linker._assert_not_locked 2 0 0 100%
wasmtime/component/_linker.py Linker.root 3 0 0 100%
wasmtime/component/_linker.py Linker.add_wasip2 4 0 0 100%
wasmtime/component/_linker.py Linker.instantiate 6 0 0 100%
wasmtime/component/_linker.py Linker.define_unknown_imports_as_traps 4 1 0 75%
wasmtime/component/_linker.py LinkerInstance.__init__ 1 0 0 100%
wasmtime/component/_linker.py LinkerInstance._delete 6 0 0 100%
wasmtime/component/_linker.py LinkerInstance._assert_not_locked 2 0 0 100%
wasmtime/component/_linker.py LinkerInstance._from_ptr 9 1 0 89%
wasmtime/component/_linker.py LinkerInstance.add_instance 8 0 0 100%
wasmtime/component/_linker.py LinkerInstance.add_module 6 0 0 100%
wasmtime/component/_linker.py LinkerInstance.add_resource 7 1 0 86%
wasmtime/component/_linker.py LinkerInstance.add_func 7 0 0 100%
wasmtime/component/_linker.py resource_dtor_impl 2 0 0 100%
wasmtime/component/_linker.py resource_dtor_impl.run 1 0 0 100%
wasmtime/component/_linker.py resource_dtor_finalize 3 0 0 100%
wasmtime/component/_linker.py func_impl 2 0 0 100%
wasmtime/component/_linker.py func_impl.run 16 0 0 100%
wasmtime/component/_linker.py func_finalize 3 0 0 100%
wasmtime/component/_linker.py (no function) 44 0 0 100%
wasmtime/component/_resource_type.py ResourceType.__init__ 1 0 0 100%
wasmtime/component/_resource_type.py ResourceType._delete 1 0 0 100%
wasmtime/component/_resource_type.py ResourceType._from_ptr 5 1 0 80%
wasmtime/component/_resource_type.py ResourceType.host 2 0 0 100%
wasmtime/component/_resource_type.py ResourceType.__eq__ 3 0 0 100%
wasmtime/component/_resource_type.py (no function) 12 0 0 100%
wasmtime/component/_resources.py ResourceAny.__init__ 1 0 0 100%
wasmtime/component/_resources.py ResourceAny._delete 1 0 0 100%
wasmtime/component/_resources.py ResourceAny._from_ptr 5 1 0 80%
wasmtime/component/_resources.py ResourceAny.type 2 0 0 100%
wasmtime/component/_resources.py ResourceAny.owned 1 0 0 100%
wasmtime/component/_resources.py ResourceAny.drop 2 0 0 100%
wasmtime/component/_resources.py ResourceAny.drop.run 1 0 0 100%
wasmtime/component/_resources.py ResourceAny.to_host 5 0 0 100%
wasmtime/component/_resources.py ResourceHost.__init__ 1 0 0 100%
wasmtime/component/_resources.py ResourceHost._delete 1 0 0 100%
wasmtime/component/_resources.py ResourceHost._from_ptr 5 1 0 80%
wasmtime/component/_resources.py ResourceHost.own 2 0 0 100%
wasmtime/component/_resources.py ResourceHost.borrow 2 0 0 100%
wasmtime/component/_resources.py ResourceHost.rep 1 0 0 100%
wasmtime/component/_resources.py ResourceHost.type 1 0 0 100%
wasmtime/component/_resources.py ResourceHost.owned 1 0 0 100%
wasmtime/component/_resources.py ResourceHost.to_any 5 1 0 80%
wasmtime/component/_resources.py (no function) 32 0 0 100%
wasmtime/component/_types.py ComponentType.__init__ 1 0 0 100%
wasmtime/component/_types.py ComponentType._delete 1 0 0 100%
wasmtime/component/_types.py ComponentType._from_ptr 5 1 0 80%
wasmtime/component/_types.py ComponentType.imports 11 0 0 100%
wasmtime/component/_types.py ComponentType.exports 11 0 0 100%
wasmtime/component/_types.py ComponentInstanceType.__init__ 1 0 0 100%
wasmtime/component/_types.py ComponentInstanceType._delete 1 0 0 100%
wasmtime/component/_types.py ComponentInstanceType._from_ptr 5 1 0 80%
wasmtime/component/_types.py ComponentInstanceType.exports 11 0 0 100%
wasmtime/component/_types.py ModuleType.__init__ 1 0 0 100%
wasmtime/component/_types.py ModuleType._delete 1 0 0 100%
wasmtime/component/_types.py ModuleType._from_ptr 5 1 0 80%
wasmtime/component/_types.py ModuleType.imports 6 0 0 100%
wasmtime/component/_types.py ModuleType.exports 6 0 0 100%
wasmtime/component/_types.py FuncType.__init__ 1 0 0 100%
wasmtime/component/_types.py FuncType._delete 2 0 0 100%
wasmtime/component/_types.py FuncType._from_ptr 6 1 0 83%
wasmtime/component/_types.py FuncType.params 12 0 0 100%
wasmtime/component/_types.py FuncType.result 5 0 0 100%
wasmtime/component/_types.py ValType.add_classes 1 1 0 0%
wasmtime/component/_types.py ValType.convert_to_c 1 1 0 0%
wasmtime/component/_types.py ValType.convert_from_c 1 1 0 0%
wasmtime/component/_types.py Bool.add_classes 1 1 0 0%
wasmtime/component/_types.py Bool.convert_to_c 4 0 0 100%
wasmtime/component/_types.py Bool.convert_from_c 2 0 0 100%
wasmtime/component/_types.py S8.add_classes 1 1 0 0%
wasmtime/component/_types.py S8.convert_to_c 4 0 0 100%
wasmtime/component/_types.py S8.convert_from_c 2 0 0 100%
wasmtime/component/_types.py S16.add_classes 1 1 0 0%
wasmtime/component/_types.py S16.convert_to_c 4 0 0 100%
wasmtime/component/_types.py S16.convert_from_c 2 0 0 100%
wasmtime/component/_types.py S32.add_classes 1 1 0 0%
wasmtime/component/_types.py S32.convert_to_c 4 0 0 100%
wasmtime/component/_types.py S32.convert_from_c 2 0 0 100%
wasmtime/component/_types.py S64.add_classes 1 1 0 0%
wasmtime/component/_types.py S64.convert_to_c 4 0 0 100%
wasmtime/component/_types.py S64.convert_from_c 2 0 0 100%
wasmtime/component/_types.py U8.add_classes 1 1 0 0%
wasmtime/component/_types.py U8.convert_to_c 4 0 0 100%
wasmtime/component/_types.py U8.convert_from_c 2 0 0 100%
wasmtime/component/_types.py U16.add_classes 1 1 0 0%
wasmtime/component/_types.py U16.convert_to_c 4 0 0 100%
wasmtime/component/_types.py U16.convert_from_c 2 0 0 100%
wasmtime/component/_types.py U32.add_classes 1 0 0 100%
wasmtime/component/_types.py U32.convert_to_c 4 0 0 100%
wasmtime/component/_types.py U32.convert_from_c 2 0 0 100%
wasmtime/component/_types.py U64.add_classes 1 0 0 100%
wasmtime/component/_types.py U64.convert_to_c 4 0 0 100%
wasmtime/component/_types.py U64.convert_from_c 2 0 0 100%
wasmtime/component/_types.py F32.add_classes 1 0 0 100%
wasmtime/component/_types.py F32.convert_to_c 4 0 0 100%
wasmtime/component/_types.py F32.convert_from_c 2 0 0 100%
wasmtime/component/_types.py F64.add_classes 1 1 0 0%
wasmtime/component/_types.py F64.convert_to_c 4 0 0 100%
wasmtime/component/_types.py F64.convert_from_c 2 0 0 100%
wasmtime/component/_types.py Char.add_classes 1 1 0 0%
wasmtime/component/_types.py Char.convert_to_c 4 0 0 100%
wasmtime/component/_types.py Char.convert_from_c 2 0 0 100%
wasmtime/component/_types.py String.add_classes 1 1 0 0%
wasmtime/component/_types.py String.convert_to_c 4 0 0 100%
wasmtime/component/_types.py String.convert_from_c 4 0 0 100%
wasmtime/component/_types.py ErrorContext.add_classes 1 1 0 0%
wasmtime/component/_types.py ErrorContext.convert_to_c 1 1 0 0%
wasmtime/component/_types.py ErrorContext.convert_from_c 1 1 0 0%
wasmtime/component/_types.py ListType._delete 1 0 0 100%
wasmtime/component/_types.py ListType._from_ptr 5 1 0 80%
wasmtime/component/_types.py ListType.element 3 0 0 100%
wasmtime/component/_types.py ListType.__eq__ 3 1 0 67%
wasmtime/component/_types.py ListType._is_bytes 1 0 0 100%
wasmtime/component/_types.py ListType.add_classes 3 3 0 0%
wasmtime/component/_types.py ListType.convert_to_c 23 0 0 100%
wasmtime/component/_types.py ListType.convert_from_c 13 0 0 100%
wasmtime/component/_types.py RecordType._delete 1 0 0 100%
wasmtime/component/_types.py RecordType._from_ptr 5 1 0 80%
wasmtime/component/_types.py RecordType.fields 12 0 0 100%
wasmtime/component/_types.py RecordType.__eq__ 3 1 0 67%
wasmtime/component/_types.py RecordType.add_classes 1 1 0 0%
wasmtime/component/_types.py RecordType.convert_to_c 18 0 0 100%
wasmtime/component/_types.py RecordType.convert_from_c 14 0 0 100%
wasmtime/component/_types.py Record.__eq__ 4 1 0 75%
wasmtime/component/_types.py TupleType._delete 1 0 0 100%
wasmtime/component/_types.py TupleType._from_ptr 5 1 0 80%
wasmtime/component/_types.py TupleType.elements 9 0 0 100%
wasmtime/component/_types.py TupleType.__eq__ 3 1 0 67%
wasmtime/component/_types.py TupleType.add_classes 1 1 0 0%
wasmtime/component/_types.py TupleType.convert_to_c 21 0 0 100%
wasmtime/component/_types.py TupleType.convert_from_c 10 0 0 100%
wasmtime/component/_types.py VariantLikeType._cases 1 1 0 0%
wasmtime/component/_types.py VariantLikeType.add_classes 6 6 0 0%
wasmtime/component/_types.py VariantLikeType._tagged 10 0 0 100%
wasmtime/component/_types.py VariantLikeType._lower 23 0 0 100%
wasmtime/component/_types.py VariantLikeType._lift 16 1 0 94%
wasmtime/component/_types.py VariantType._delete 1 0 0 100%
wasmtime/component/_types.py VariantType._from_ptr 5 1 0 80%
wasmtime/component/_types.py VariantType.cases 15 0 0 100%
wasmtime/component/_types.py VariantType.__eq__ 3 1 0 67%
wasmtime/component/_types.py VariantType._cases 1 0 0 100%
wasmtime/component/_types.py VariantType.convert_to_c 4 0 0 100%
wasmtime/component/_types.py VariantType.convert_from_c 4 0 0 100%
wasmtime/component/_types.py EnumType._delete 1 0 0 100%
wasmtime/component/_types.py EnumType._from_ptr 5 1 0 80%
wasmtime/component/_types.py EnumType.names_count 1 0 0 100%
wasmtime/component/_types.py EnumType.name 6 1 0 83%
wasmtime/component/_types.py EnumType.names 6 0 0 100%
wasmtime/component/_types.py EnumType.__eq__ 3 1 0 67%
wasmtime/component/_types.py EnumType.add_classes 1 1 0 0%
wasmtime/component/_types.py EnumType.convert_to_c 4 0 0 100%
wasmtime/component/_types.py EnumType.convert_from_c 4 0 0 100%
wasmtime/component/_types.py OptionType._delete 1 0 0 100%
wasmtime/component/_types.py OptionType._from_ptr 5 1 0 80%
wasmtime/component/_types.py OptionType.payload 3 0 0 100%
wasmtime/component/_types.py OptionType.__eq__ 3 1 0 67%
wasmtime/component/_types.py OptionType._cases 1 0 0 100%
wasmtime/component/_types.py OptionType.convert_to_c 3 0 0 100%
wasmtime/component/_types.py OptionType.convert_from_c 5 0 0 100%
wasmtime/component/_types.py ResultType._delete 1 0 0 100%
wasmtime/component/_types.py ResultType._from_ptr 5 1 0 80%
wasmtime/component/_types.py ResultType.ok 5 0 0 100%
wasmtime/component/_types.py ResultType.err 5 0 0 100%
wasmtime/component/_types.py ResultType.__eq__ 3 1 0 67%
wasmtime/component/_types.py ResultType._cases 1 0 0 100%
wasmtime/component/_types.py ResultType.convert_to_c 4 0 0 100%
wasmtime/component/_types.py ResultType.convert_from_c 5 0 0 100%
wasmtime/component/_types.py FlagsType._delete 1 0 0 100%
wasmtime/component/_types.py FlagsType._from_ptr 5 1 0 80%
wasmtime/component/_types.py FlagsType.names 10 0 0 100%
wasmtime/component/_types.py FlagsType.__eq__ 3 1 0 67%
wasmtime/component/_types.py FlagsType.add_classes 1 1 0 0%
wasmtime/component/_types.py FlagsType.convert_to_c 11 1 0 91%
wasmtime/component/_types.py FlagsType.convert_from_c 7 0 0 100%
wasmtime/component/_types.py FutureType._delete 1 1 0 0%
wasmtime/component/_types.py FutureType._from_ptr 5 5 0 0%
wasmtime/component/_types.py FutureType.payload 3 3 0 0%
wasmtime/component/_types.py FutureType.__eq__ 3 3 0 0%
wasmtime/component/_types.py FutureType.convert_to_c 1 1 0 0%
wasmtime/component/_types.py FutureType.convert_from_c 1 1 0 0%
wasmtime/component/_types.py StreamType._delete 1 1 0 0%
wasmtime/component/_types.py StreamType._from_ptr 5 5 0 0%
wasmtime/component/_types.py StreamType.payload 3 3 0 0%
wasmtime/component/_types.py StreamType.__eq__ 3 3 0 0%
wasmtime/component/_types.py StreamType.convert_to_c 1 1 0 0%
wasmtime/component/_types.py StreamType.convert_from_c 1 1 0 0%
wasmtime/component/_types.py OwnType.add_classes 2 2 0 0%
wasmtime/component/_types.py OwnType.convert_to_c 7 0 0 100%
wasmtime/component/_types.py OwnType.convert_from_c 2 0 0 100%
wasmtime/component/_types.py BorrowType.add_classes 2 2 0 0%
wasmtime/component/_types.py BorrowType.convert_to_c 7 0 0 100%
wasmtime/component/_types.py BorrowType.convert_from_c 2 0 0 100%
wasmtime/component/_types.py component_item_from_ptr 14 5 0 64%
wasmtime/component/_types.py valtype_from_ptr 54 5 0 91%
wasmtime/component/_types.py (no function) 245 0 0 100%
Total   8851 851 12 90%

No items found using the specified filter.