Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ compiled_module
Method
compiled_module
crates/wasmtime/src/runtime/module.rs:644–646 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
642
}
643
644
pub(crate) fn compiled_module(&self) -> &CompiledModule {
645
&self.inner.module
646
}
647
648
pub(crate) fn engine_code(&self) -> &Arc<EngineCode> {
649
&self.inner.code
Callers
15
env_module
Method · 0.80
name
Method · 0.80
debug_bytecode
Method · 0.80
imports
Method · 0.80
exports
Method · 0.80
get_export
Method · 0.80
get_export_index
Method · 0.80
functions
Method · 0.80
wasm_to_array_trampoline
Method · 0.80
reserve
Method · 0.80
typecheck
Function · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_frame_info
Function · 0.64