MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / ModuleInstance

Class ModuleInstance

crates/tinywasm/src/instance.rs:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#[derive(Clone)]
42#[cfg_attr(feature = "debug", derive(Debug))]
43pub struct ModuleInstance(Rc<ModuleInstanceInner>);
44
45#[cfg_attr(feature = "debug", derive(Debug))]
46struct ModuleInstanceInner {

Callers 1

instantiate_no_startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected