Bump the local emscripten version to 2.0.1. (#41504)
authorZoltan Varga <vargaz@gmail.com>
Fri, 28 Aug 2020 11:53:08 +0000 (07:53 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 11:53:08 +0000 (13:53 +0200)
src/mono/wasm/Makefile

index 01a1853..16ea3dc 100644 (file)
@@ -25,7 +25,7 @@ all: build-native icu-data
 #  If EMSDK_PATH is not set by the caller, download and setup a local emsdk install.
 #
 
-EMSCRIPTEN_VERSION=1.39.16
+EMSCRIPTEN_VERSION=2.0.1
 EMSDK_LOCAL_PATH=emsdk
 EMCC=source $(EMSDK_PATH)/emsdk_env.sh && emcc