From 297102f53c2bc538022a3f3819502cf69d583ce9 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Fri, 28 Aug 2020 07:53:08 -0400 Subject: [PATCH] Bump the local emscripten version to 2.0.1. (#41504) --- src/mono/wasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/wasm/Makefile b/src/mono/wasm/Makefile index 01a1853..16ea3dc 100644 --- a/src/mono/wasm/Makefile +++ b/src/mono/wasm/Makefile @@ -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 -- 2.7.4