Skip to content

Commit

Permalink
update emscript
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jan 16, 2024
1 parent ea6ae62 commit 0af8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
ENV EMSDK /emsdk
# We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
ENV EMSCRIPTEN_VERSION 3.1.49
ENV EMSCRIPTEN_VERSION 3.1.51

RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK

Expand Down

0 comments on commit 0af8eed

Please sign in to comment.