]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/headers/public/__macro_PAGESIZE.h
0243c98c9a1f685c2fe5edf5281d12f4e1b33e76
[wasi-libc.git] / libc-bottom-half / headers / public / __macro_PAGESIZE.h
1 #ifndef __wasilibc___macro_PAGESIZE_h
2 #define __wasilibc___macro_PAGESIZE_h
3
4 /*
5 * The page size in WebAssembly is fixed at 64 KiB. If this ever changes,
6 * it's expected that applications will need to opt in, so we can change
7 * this.
8 */
9 #define PAGESIZE (0x10000)
10
11 #endif