Constant wasmer::WASM_PAGE_SIZE[][src]

pub const WASM_PAGE_SIZE: usize = 65536; // 0x0000_0000_0001_0000usize
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.