Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

Memory

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.

wasm.Memory
pub const Memory = struct

File

lib/std/wasm.zig:604

Code

pub const Memory = struct {
    limits: Limits,
}