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

Class Global

crates/tinywasm/src/reference.rs:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65#[derive(Clone, Copy, PartialEq, Eq, Hash)]
66#[cfg_attr(feature = "debug", derive(Debug))]
67pub struct Global(pub(crate) StoreItem);
68
69/// A cursor over a [`Memory`] instance.
70///

Callers 3

exportsMethod · 0.70
extern_itemMethod · 0.70
fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected