Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ insert
Method
insert
crates/cranelift/src/compiler.rs:1094–1096 ·
view source on GitHub ↗
(&mut self, key: &[u8], val: Vec<u8>)
Source
from the content-addressed store, hash-verified
1092
self.0.get(key)
1093
}
1094
fn insert(&mut self, key: &[u8], val: Vec<u8>) {
1095
self.0.insert(key, val);
1096
}
1097
}
1098
1099
fn compile_maybe_cached<'a>(
Callers
15
enter_dir
Method · 0.45
new
Method · 0.45
call_indirect_host
Method · 0.45
compile_function
Method · 0.45
append_code
Method · 0.45
append_dwarf
Method · 0.45
array_to_wasm_trampoline
Method · 0.45
alias_region
Method · 0.45
get_global_location
Method · 0.45
get_vmstore_context_ptr_global
Method · 0.45
global_load
Method · 0.45
make_heap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected