Structs§
- Archived
Pages - An archived
Pages
- Bytes
- Units of WebAssembly memory in terms of 8-bit bytes.
- Page
Count OutOf Range - The only error that can happen when converting
Bytes
toPages
- Pages
- Units of WebAssembly pages (as specified to be 65,536 bytes).
- Pages
Resolver - The resolver for an archived
Pages
Constants§
- WASM_
MAX_ PAGES - The number of pages we can have before we run out of byte index space.
- WASM_
MIN_ PAGES - The minimum number of pages allowed.
- WASM_
PAGE_ SIZE - WebAssembly page sizes are fixed to be 64KiB. Note: large page support may be added in an opt-in manner in the future.