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

Class Table

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

Source from the content-addressed store, hash-verified

60#[derive(Clone, Copy, PartialEq, Eq, Hash)]
61#[cfg_attr(feature = "debug", derive(Debug))]
62pub struct Table(pub(crate) StoreItem);
63
64/// A global instance in a store.
65#[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