[WebAssembly] Update PAGE_SIZE for 64k

See: 910e3cace5/Semantics.md (resizing)
This commit is contained in:
Sam Clegg 2018-01-16 15:48:54 -08:00
parent 9064441edc
commit dbd68988a8

View File

@ -1,6 +1,6 @@
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define PAGE_SIZE 4096
#define PAGE_SIZE 65536
#define LONG_BIT 32
#endif