Skip to content

Commit

Permalink
Pull newer Emscripten for bundler fixup
Browse files Browse the repository at this point in the history
Manually pulling in newer Emscripten for workaround from emscripten-core/emscripten#20452 for bundlers that can handle only module Workers.

Closes #12.
  • Loading branch information
RReverser committed Oct 17, 2023
1 parent cfe8ef6 commit 5652da7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM emscripten/emsdk:3.1.47
RUN apt-get update && apt-get install -qqy autoconf autopoint pkg-config libtool libtool-bin
# Include fix from https://github.com/emscripten-core/emscripten/pull/20452.
# Remove when 3.1.48 is released.
RUN emsdk install releases-e7f0e42ac993b2a9e0416cd35e6f4bc57519a0db-64bit
WORKDIR /src
CMD ["sh", "-c", "emmake make -j`nproc`"]

0 comments on commit 5652da7

Please sign in to comment.