fix: Add missing type

mmap-opt
Sean McBride 4 years ago
parent 18f36172e3
commit 25493641b3

@ -5,5 +5,6 @@
/* FIXME: per-module configuration? Issue #101 */
#define WASM_PAGE_SIZE (1024 * 64) /* 64KB */
#define WASM_MEMORY_PAGES_INITIAL (1 << 8) /* 256 Pages ~16MB */
#define WASM_MEMORY_PAGES_MAX (1 << 16) /* 32,768 Pages ~4GB */
#define WASM_STACK_SIZE (1 << 19) /* 512KB */

Loading…
Cancel
Save