Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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))]
67
pub struct Global(pub(crate) StoreItem);
68
69
/// A cursor over a [`Memory`] instance.
70
///
Callers
3
exports
Method · 0.70
extern_item
Method · 0.70
from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected