Skip to content

Commit

Permalink
Check 128KB stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed authored Jan 30, 2025
1 parent 3d48133 commit ed25c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rustflags = [
"-Clink-arg=--pre-js=js/embed/pre.js",
"-Clink-arg=-sNODEJS_CATCH_EXIT=0",
"-Clink-arg=-sDISABLE_EXCEPTION_CATCHING=0",
"-Clink-arg=-sSTACK_SIZE=2mb",
"-Clink-arg=-sSTACK_SIZE=128kb",
"-Copt-level=3"
]

0 comments on commit ed25c6d

Please sign in to comment.