Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ function
Method
function
crates/wasmtime/src/runtime/code.rs:434–437 ·
view source on GitHub ↗
(&self, key: FuncKey)
Source
from the content-addressed store, hash-verified
432
/// `key` points to.
433
#[inline]
434
pub fn function(&self, key: FuncKey) -> &[u8] {
435
let range = self.module.compiled_module().function_range(key);
436
&self.store_code.text()[range]
437
}
438
}
Callers
5
initialize_and_return_funcref
Method · 0.45
build_raw_intrinsics
Function · 0.45
add_core_instance_global
Method · 0.45
add_core_instance_memory
Method · 0.45
accept_bulk_memory_data_count
Function · 0.45
Calls
3
function_range
Method · 0.80
compiled_module
Method · 0.80
text
Method · 0.45
Tested by
1
accept_bulk_memory_data_count
Function · 0.36