Skip to content

Commit

Permalink
Increase stack size to 5mb (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO authored Apr 10, 2023
1 parent 6dd08b1 commit 9f9b6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cd ./binaryen/build
source $HOME/emsdk/emsdk_env.sh
emcc --version
emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-sSTACK_SIZE=655360"
emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-sSTACK_SIZE=5242880"
emmake make -j2 binaryen_wasm
cd ../..
npm run bundle
Expand Down

0 comments on commit 9f9b6a9

Please sign in to comment.