diff --git a/doc/site/static/wren_try.js b/doc/site/static/wren_try.js index 19d00c12..f9861087 100644 --- a/doc/site/static/wren_try.js +++ b/doc/site/static/wren_try.js @@ -1229,11 +1229,11 @@ function updateGlobalBufferAndViews(buf) { } var STATIC_BASE = 1024, - STACK_BASE = 5271552, + STACK_BASE = 5271568, STACKTOP = STACK_BASE, - STACK_MAX = 28672, - DYNAMIC_BASE = 5271552, - DYNAMICTOP_PTR = 28512; + STACK_MAX = 28688, + DYNAMIC_BASE = 5271568, + DYNAMICTOP_PTR = 28528; assert(STACK_BASE % 16 === 0, 'stack must start aligned'); assert(DYNAMIC_BASE % 16 === 0, 'heap must start aligned'); @@ -1817,7 +1817,7 @@ var ASM_CONSTS = { -// STATICTOP = STATIC_BASE + 27648; +// STATICTOP = STATIC_BASE + 27664; /* global initializers */ __ATINIT__.push({ func: function() { ___wasm_call_ctors() } }); @@ -1875,7 +1875,7 @@ var ASM_CONSTS = { } function _emscripten_get_sbrk_ptr() { - return 28512; + return 28528; } function _emscripten_memcpy_big(dest, src, num) { diff --git a/doc/site/static/wren_try.wasm b/doc/site/static/wren_try.wasm index 777c338c..9b1cb4be 100644 Binary files a/doc/site/static/wren_try.wasm and b/doc/site/static/wren_try.wasm differ