| 519 | #[cfg_attr(feature = "debug", derive(Debug))] |
| 520 | #[cfg_attr(feature = "archive", derive(serde::Serialize, serde::Deserialize))] |
| 521 | pub 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))] |
no outgoing calls
no test coverage detected