Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jun 1, 2022
1 parent adb788c commit 4ab923e
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 3,241 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
ENV EMSDK /emsdk
# We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
ENV EMSCRIPTEN_VERSION 3.0.0
ENV EMSCRIPTEN_VERSION 3.1.8

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

Expand Down
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -52,13 +52,11 @@ EMFLAGS_WASM = \
-s ALLOW_MEMORY_GROWTH=1

EMFLAGS_OPTIMIZED= \
-s INLINING_LIMIT=50 \
-Oz \
-flto \
--closure 1

EMFLAGS_DEBUG = \
-s INLINING_LIMIT=10 \
-s ASSERTIONS=1 \
-O1

Expand Down

0 comments on commit 4ab923e

Please sign in to comment.