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}
24
24
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
25
25
ENV EMSDK /emsdk
26
26
# 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
28
28
29
29
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
30
30
Original file line number Diff line number Diff line change @@ -52,13 +52,11 @@ EMFLAGS_WASM = \
52
52
-s ALLOW_MEMORY_GROWTH=1
53
53
54
54
EMFLAGS_OPTIMIZED = \
55
- -s INLINING_LIMIT=50 \
56
55
-Oz \
57
56
-flto \
58
57
--closure 1
59
58
60
59
EMFLAGS_DEBUG = \
61
- -s INLINING_LIMIT=10 \
62
60
-s ASSERTIONS=1 \
63
61
-O1
64
62
You can’t perform that action at this time.
0 commit comments