MCPcopy 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_integrationFunction · 0.45
generateFunction · 0.45
debug_all_modulesMethod · 0.45
module_for_instanceMethod · 0.45
from_capturedMethod · 0.45
test_frame_infoFunction · 0.45
compute_handlerFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_frame_infoFunction · 0.36