We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9b6a9 commit bbc542cCopy full SHA for bbc542c
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
cd ./binaryen/build
79
source $HOME/emsdk/emsdk_env.sh
80
emcc --version
81
- emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-sSTACK_SIZE=5242880"
+ emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-sSTACK_SIZE=2097152"
82
emmake make -j2 binaryen_wasm
83
cd ../..
84
npm run bundle
0 commit comments