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

Class RegisteredModuleId

crates/wasmtime/src/runtime/module/registry.rs:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104/// within the Engine.
105#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
106pub struct RegisteredModuleId(CompiledModuleId);
107
108fn assert_no_overlap(
109 loaded_code: &TryBTreeMap<StoreCodePC, LoadedCode>,

Callers 2

module_by_compiled_idMethod · 0.85
registerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected