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

Class Global

crates/types/src/lib.rs:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519#[cfg_attr(feature = "debug", derive(Debug))]
520#[cfg_attr(feature = "archive", derive(serde::Serialize, serde::Deserialize))]
521pub struct Global {
522 pub ty: GlobalType,
523 pub init: Box<[ConstInstruction]>,
524}
525
526#[derive(Clone, Copy, PartialEq, Eq)]
527#[cfg_attr(feature = "debug", derive(Debug))]

Callers 4

importsMethod · 0.70
exportsMethod · 0.70
newMethod · 0.70
convert_module_importFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected