Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
128
pub struct Module {
129
inner: Arc<ModuleInner>,
130
}
131
132
struct ModuleInner {
133
engine: Engine,
Callers
2
new_raw
Method · 0.70
from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected