Skip to content

Commit 4ab923e

Browse files
committedJun 1, 2022
Update dependencies and bump version
1 parent adb788c commit 4ab923e

File tree

4 files changed

+687
-3241
lines changed

4 files changed

+687
-3241
lines changed
 

‎.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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
2525
ENV 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

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

‎Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ EMFLAGS_WASM = \
5252
-s ALLOW_MEMORY_GROWTH=1
5353

5454
EMFLAGS_OPTIMIZED= \
55-
-s INLINING_LIMIT=50 \
5655
-Oz \
5756
-flto \
5857
--closure 1
5958

6059
EMFLAGS_DEBUG = \
61-
-s INLINING_LIMIT=10 \
6260
-s ASSERTIONS=1 \
6361
-O1
6462

0 commit comments

Comments
 (0)
Failed to load comments.