We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb788c commit 4ab923eCopy full SHA for 4ab923e
.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.0.0
+ENV EMSCRIPTEN_VERSION 3.1.8
28
29
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
30
Makefile
@@ -52,13 +52,11 @@ EMFLAGS_WASM = \
52
-s ALLOW_MEMORY_GROWTH=1
53
54
EMFLAGS_OPTIMIZED= \
55
- -s INLINING_LIMIT=50 \
56
-Oz \
57
-flto \
58
--closure 1
59
60
EMFLAGS_DEBUG = \
61
- -s INLINING_LIMIT=10 \
62
-s ASSERTIONS=1 \
63
-O1
64
0 commit comments