Update emscripten to 1.38.43 (#903)

This commit is contained in:
Dexter Chua 2020-12-20 19:37:46 +08:00 committed by GitHub
parent 143ce603d7
commit 808de0ed6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export EMSCRIPTEN_VERSION = 1.38.42
export EMSCRIPTEN_VERSION = 1.38.43
export BINARYEN_VERSION = version_84
export PATH := $(PYODIDE_ROOT)/ccache:$(PYODIDE_ROOT)/emsdk/emsdk:$(PYODIDE_ROOT)/emsdk/emsdk/node/12.18.1_64bit/bin:$(PYODIDE_ROOT)/emsdk/emsdk/binaryen/bin/:$(PYODIDE_ROOT)/emsdk/emsdk/fastcomp/emscripten/:$(PATH)