Skip to content

Commit 9f9b6a9

Browse files
authored
Increase stack size to 5mb (#80)
1 parent 6dd08b1 commit 9f9b6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cd ./binaryen/build
7979
source $HOME/emsdk/emsdk_env.sh
8080
emcc --version
81-
emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-sSTACK_SIZE=655360"
81+
emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-sSTACK_SIZE=5242880"
8282
emmake make -j2 binaryen_wasm
8383
cd ../..
8484
npm run bundle

0 commit comments

Comments
 (0)