Constant wasmer_types::WASM_PAGE_SIZE
source ยท pub const WASM_PAGE_SIZE: usize = 0x10000;
Expand description
WebAssembly page sizes are fixed to be 64KiB. Note: large page support may be added in an opt-in manner in the future.
pub const WASM_PAGE_SIZE: usize = 0x10000;
WebAssembly page sizes are fixed to be 64KiB. Note: large page support may be added in an opt-in manner in the future.