--- a/c2iec.js +++ b/c2iec.js @@ -1289,11 +1289,11 @@ } var STATIC_BASE = 1024, - STACK_BASE = 6013296, + STACK_BASE = 6013392, STACKTOP = STACK_BASE, - STACK_MAX = 770416, - DYNAMIC_BASE = 6013296, - DYNAMICTOP_PTR = 770256; + STACK_MAX = 770512, + DYNAMIC_BASE = 6013392, + DYNAMICTOP_PTR = 770352; assert(STACK_BASE % 16 === 0, 'stack must start aligned'); assert(DYNAMIC_BASE % 16 === 0, 'heap must start aligned'); @@ -1854,7 +1854,7 @@ -// STATICTOP = STATIC_BASE + 769392; +// STATICTOP = STATIC_BASE + 769488; /* global initializers */ __ATINIT__.push({ func: function() { ___wasm_call_ctors() } }); @@ -1911,7 +1911,7 @@ } function _emscripten_get_sbrk_ptr() { - return 770256; + return 770352; } function _emscripten_memcpy_big(dest, src, num) {