Skip to content

Commit

Permalink
Merge pull request #98 from paulocoutinhox/update-emsdk
Browse files Browse the repository at this point in the history
update emsdk to 3.1.45
  • Loading branch information
paulocoutinhox committed Sep 14, 2023
2 parents d549eca + c9436fe commit b3c17ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/wasm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ RUN pip3 install setuptools docopt pygemstones
RUN mkdir /emsdk
WORKDIR /emsdk
RUN git clone https://github.com/emscripten-core/emsdk.git .
RUN ./emsdk install 3.1.32
RUN ./emsdk activate 3.1.32
RUN ./emsdk install 3.1.45
RUN ./emsdk activate 3.1.45
ENV PATH="${PATH}:/emsdk:/emsdk/upstream/emscripten"

# cache system libraries
Expand Down

0 comments on commit b3c17ff

Please sign in to comment.