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

Class Module

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

Source from the content-addressed store, hash-verified

126/// [`Config`]: crate::Config
127#[derive(Clone)]
128pub struct Module {
129 inner: Arc<ModuleInner>,
130}
131
132struct ModuleInner {
133 engine: Engine,

Callers 2

new_rawMethod · 0.70
fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected