Skip to content

Commit

Permalink
Release: Update WebAssembly files
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Nov 18, 2024
1 parent 598a8bd commit bbc1259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salam-wa.js
Original file line number Diff line number Diff line change
Expand Up @@ -4200,7 +4200,7 @@ function dbg(...args) {
checkStackCookie();
if (e instanceof WebAssembly.RuntimeError) {
if (_emscripten_stack_get_current() <= 0) {
err('Stack overflow detected. You can try increasing -sSTACK_SIZE (currently set to 65536)');
err('Stack overflow detected. You can try increasing -sSTACK_SIZE (currently set to 8388608)');
}
}
quit_(1, e);
Expand Down
Binary file modified salam-wa.wasm
Binary file not shown.

0 comments on commit bbc1259

Please sign in to comment.