Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Module
Class
Module
crates/wasmtime/src/runtime/component/types.rs:987–987 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
985
/// Core module type
986
#[derive(Clone, Debug)]
987
pub struct Module(Handle<TypeModuleIndex>);
988
989
impl Module {
990
pub(crate) fn from(index: TypeModuleIndex, ty: &InstanceType<'_>) -> Self {
Callers
6
try_clone
Method · 0.70
instantiate_pre
Method · 0.70
module
Method · 0.70
from
Method · 0.70
from_export
Method · 0.70
register_module
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected