Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set
Method
set
tests/all/component_model/bindgen.rs:1086–1088 ·
view source on GitHub ↗
(&mut self, key: u32, value: u32)
Source
from the content-addressed store, hash-verified
1084
}
1085
1086
fn set(&mut self, key: u32, value: u32) {
1087
self.kv.insert(key, value);
1088
}
1089
}
1090
1091
let engine = engine();
Callers
15
call_indirect_native_from_exported_table
Function · 0.45
call_indirect_native_from_exported_global
Function · 0.45
wasm_to_host_trampolines_and_subtyping
Function · 0.45
array_set_in_bounds
Function · 0.45
array_set_cross_store_value
Function · 0.45
host_sets_array_global
Function · 0.45
host_sets_array_in_table
Function · 0.45
host_arrayref_has_trace_info_for_gc
Function · 0.45
gc_with_exnref_global
Function · 0.45
drop
Method · 0.45
table_zeroed
Function · 0.45
table_set_doesnt_leak
Function · 0.45
Calls
2
insert
Method · 0.45
push
Method · 0.45
Tested by
12
array_set_in_bounds
Function · 0.36
table_zeroed
Function · 0.36
mutability
Function · 0.36
use_after_drop
Function · 0.36
v128
Function · 0.36
i31ref_global_set
Function · 0.36
i31ref_as_anyref_global_set
Function · 0.36
i31ref_table_set
Function · 0.36
get_set_externref_globals_via_api
Function · 0.36
get_set_funcref_globals_via_api
Function · 0.36
create_get_set_funcref_tables_via_api
Function · 0.36
create_get_set_externref_tables_via_api
Function · 0.36