Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ engine_code
Method
engine_code
crates/wasmtime/src/runtime/component/component.rs:566–568 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
564
}
565
566
pub(crate) fn engine_code(&self) -> &Arc<EngineCode> {
567
&self.inner.code
568
}
569
570
/// Get this component
's code object'
s `.text` section, containing its
571
/// compiled executable code.
Callers
7
store_code_base_or_register
Method · 0.45
register
Method · 0.45
test_frame_info
Function · 0.45
func_loc_to_pointer
Method · 0.45
text
Method · 0.45
address_map
Method · 0.45
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_frame_info
Function · 0.36