Diff of /c2iec.js [ebd1a4] .. [c6a232]  Maximize  Restore

Switch to side-by-side view

--- a/c2iec.js
+++ b/c2iec.js
@@ -1289,11 +1289,11 @@
 }
 
 var STATIC_BASE = 1024,
-    STACK_BASE = 6013552,
+    STACK_BASE = 6013568,
     STACKTOP = STACK_BASE,
-    STACK_MAX = 770672,
-    DYNAMIC_BASE = 6013552,
-    DYNAMICTOP_PTR = 770512;
+    STACK_MAX = 770688,
+    DYNAMIC_BASE = 6013568,
+    DYNAMICTOP_PTR = 770528;
 
 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 + 769648;
+// STATICTOP = STATIC_BASE + 769664;
 /* global initializers */  __ATINIT__.push({ func: function() { ___wasm_call_ctors() } });
 
 
@@ -1911,7 +1911,7 @@
     }
 
   function _emscripten_get_sbrk_ptr() {
-      return 770512;
+      return 770528;
     }
 
   function _emscripten_memcpy_big(dest, src, num) {