Skip to content

Commit bbc542c

Browse files
authored
Amend stack size to 2mb (#81)
1 parent 9f9b6a9 commit bbc542c

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

0 commit comments

Comments
 (0)