MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / Memory

Class Memory

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

Source from the content-addressed store, hash-verified

55#[derive(Clone, Copy, PartialEq, Eq, Hash)]
56#[cfg_attr(feature = "debug", derive(Debug))]
57pub struct Memory(pub(crate) StoreItem);
58
59/// A table instance in a store.
60#[derive(Clone, Copy, PartialEq, Eq, Hash)]

Callers 7

importsMethod · 0.85
exportsMethod · 0.85
newMethod · 0.85
convert_module_importFunction · 0.85
exportsMethod · 0.85
extern_itemMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected