struct Memory [src]

Describes the layout of the memory where min represents the minimal amount of pages, and the optional max represents the max pages. When null will allow the host to determine the amount of pages.

Fields

limits: Limits

Source

pub const Memory = struct { limits: Limits, }