Wasmer::Pages
Inherits Struct / Value / Object
Units of WebAssembly pages (as specified to be 65,536 bytes)
Constants
MaxPages = 65536_u32
Represents the maximum number of pages
MinPages = 256_u32
Represents the minimum number of pages
PageSize = 65536_u32
Represents a memory page size
Constructors
new(val : Number)
Source