MCPcopy 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)]
987pub struct Module(Handle<TypeModuleIndex>);
988
989impl Module {
990 pub(crate) fn from(index: TypeModuleIndex, ty: &InstanceType<'_>) -> Self {

Callers 6

try_cloneMethod · 0.70
instantiate_preMethod · 0.70
moduleMethod · 0.70
fromMethod · 0.70
from_exportMethod · 0.70
register_moduleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected