MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / all_modules

Method all_modules

crates/wasmtime/src/runtime/module/registry.rs:214–216  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

212 /// Gets an iterator over all modules in the registry.
213 #[cfg(any(feature = "coredump", feature = "debug"))]
214 pub fn all_modules(&self) -> impl Iterator<Item = &'_ Module> + '_ {
215 self.modules.values()
216 }
217
218 /// Registers a new module with the registry.
219 pub fn register_module(

Callers 4

updateMethod · 0.45
debug_all_modulesMethod · 0.45
single_stepMethod · 0.45
newMethod · 0.45

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected