Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ modules
Method
modules
crates/wasmtime/src/runtime/store.rs:1597–1599 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1595
1596
#[inline]
1597
pub(crate) fn modules(&self) -> &ModuleRegistry {
1598
&self.modules
1599
}
1600
1601
#[inline]
1602
pub(crate) fn modules_and_engine_and_breakpoints_mut(
Callers
8
wasmtime_integration
Function · 0.45
generate
Function · 0.45
debug_all_modules
Method · 0.45
module_for_instance
Method · 0.45
from_captured
Method · 0.45
test_frame_info
Function · 0.45
trace_wasm_stack_frame
Method · 0.45
compute_handler
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_frame_info
Function · 0.36