Limits classify the size range of resizeable storage associated with memory types and table types.
flags: u8,
min: u32,
max: u32,
fn hasFlag(limits: Limits, flag: Flags) bool
No documentation provided.
fn setFlag(limits: *Limits, flag: Flags) void