We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6ae62 commit 0af8eedCopy full SHA for 0af8eed
.devcontainer/Dockerfile
@@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
24
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
25
ENV EMSDK /emsdk
26
# We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
27
-ENV EMSCRIPTEN_VERSION 3.1.49
+ENV EMSCRIPTEN_VERSION 3.1.51
28
29
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
30
0 commit comments