File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 88 - main
99 pull_request :
1010env :
11- BINARYEN_TOOLS : wasm-opt wasm-metadce wasm2js wasm-as wasm-dis wasm-ctor-eval wasm-reduce
11+ BINARYEN_TOOLS : wasm-shell wasm- opt wasm-metadce wasm2js wasm-as wasm-dis wasm-ctor-eval wasm-reduce wasm-merge
1212jobs :
1313 build :
1414 name : " Build with Emsdk:${{ matrix.emsdk }}"
4343 - name : " Check out repository"
4444 uses : actions/checkout@v4
4545 with :
46- submodules : false
46+ submodules : true
4747 - name : " Set up repository"
4848 env :
4949 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8888 emcmake cmake .. -G Ninja \
8989 -DCMAKE_BUILD_TYPE=Release \
9090 -DCMAKE_EXE_LINKER_FLAGS="$CMAKE_EXE_LINKER_FLAGS" \
91- -DEXPORTED_RUNTIME_METHODS=stringToUTF8OnStack,stringToAscii,getExceptionMessage \
9291 -DENABLE_WERROR=OFF \
93- -DBUILD_EMSCRIPTEN_TOOLS_ONLY=ON \
9492 -DBUILD_TOOLS=ON \
9593 -DBUILD_STATIC_LIB=OFF \
9694 -DBUILD_TESTS=OFF \
You can’t perform that action at this time.
0 commit comments