Skip to content

Commit

Permalink
Try passing --disable-assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Mar 5, 2025
1 parent 6305a5d commit 4ef8028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
--with-gmp=${{ env.WASM_LIBRARY_DIR }} \
--with-mpfr=${{ env.WASM_LIBRARY_DIR }}
--host=wasm32-unknown-emscripten
--disable-assembly
emmake make -j $(nproc)
emmake make install
Expand Down

0 comments on commit 4ef8028

Please sign in to comment.