Skip to content

Commit

Permalink
Try building with newer Emscripten v3.1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Apr 7, 2024
1 parent 5a6343a commit 350f625
Show file tree
Hide file tree
Showing 3 changed files with 1,390 additions and 1,602 deletions.
4 changes: 2 additions & 2 deletions packages/php-wasm/compile/base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN set -euxo pipefail;\
# the build take forever on Apple Silicon.
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN git clone https://github.com/emscripten-core/emsdk.git && \
./emsdk/emsdk install 3.1.43 && \
/root/emsdk/emsdk activate 3.1.43
./emsdk/emsdk install 3.1.56 && \
/root/emsdk/emsdk activate 3.1.56

RUN mkdir -p /root/lib/lib /root/lib/include /root/lib/share /root/lib/bin

Expand Down
Binary file modified packages/php-wasm/node/public/8_0_30/php_8_0.wasm
Binary file not shown.
Loading

0 comments on commit 350f625

Please sign in to comment.