File tree Expand file tree Collapse file tree 4 files changed +687
-3241
lines changed Expand file tree Collapse file tree 4 files changed +687
-3241
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
2424# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
2525ENV EMSDK /emsdk
2626# We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
27- ENV EMSCRIPTEN_VERSION 3.0.0
27+ ENV EMSCRIPTEN_VERSION 3.1.8
2828
2929RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
3030
Original file line number Diff line number Diff line change @@ -52,13 +52,11 @@ EMFLAGS_WASM = \
5252 -s ALLOW_MEMORY_GROWTH=1
5353
5454EMFLAGS_OPTIMIZED = \
55- -s INLINING_LIMIT=50 \
5655 -Oz \
5756 -flto \
5857 --closure 1
5958
6059EMFLAGS_DEBUG = \
61- -s INLINING_LIMIT=10 \
6260 -s ASSERTIONS=1 \
6361 -O1
6462
You can’t perform that action at this time.
0 commit comments