Skip to content

Commit 3ea25a0

Browse files
authored
Increase stack size to 655360 (#79)
1 parent 276402c commit 3ea25a0

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
81+
emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-sSTACK_SIZE=655360"
8282
emmake make -j2 binaryen_wasm
8383
cd ../..
8484
npm run bundle

0 commit comments

Comments
 (0)