Module wasmer_types::units
source · Structs§
- An archived
Pages
- Units of WebAssembly memory in terms of 8-bit bytes.
- The only error that can happen when converting
Bytes
toPages
- Units of WebAssembly pages (as specified to be 65,536 bytes).
- The resolver for an archived
Pages
Constants§
- The number of pages we can have before we run out of byte index space.
- The minimum number of pages allowed.
- WebAssembly page sizes are fixed to be 64KiB. Note: large page support may be added in an opt-in manner in the future.