Bump emscripten to 2.0.9. (#45299)
authorZoltan Varga <vargaz@gmail.com>
Sun, 29 Nov 2020 01:54:28 +0000 (20:54 -0500)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 01:54:28 +0000 (20:54 -0500)
eng/pipelines/common/platform-matrix.yml
src/mono/wasm/Makefile

index 109caf7..08eb2c2 100644 (file)
@@ -193,7 +193,7 @@ jobs:
       targetRid: browser-wasm
       platform: Browser_wasm
       container:
-        image: ubuntu-18.04-webassembly-20201024150726-a0359ae
+        image: ubuntu-18.04-webassembly-20201123165548-d7d1dfe
         registry: mcr
       jobParameters:
         runtimeFlavor: ${{ parameters.runtimeFlavor }}
index 9a7cb15..4df7700 100644 (file)
@@ -29,7 +29,7 @@ all: build-native icu-files source-files header-files
 #  If EMSDK_PATH is not set by the caller, download and setup a local emsdk install.
 #
 
-EMSCRIPTEN_VERSION=2.0.6
+EMSCRIPTEN_VERSION=2.0.9
 EMSDK_LOCAL_PATH=emsdk
 EMCC=source $(EMSDK_PATH)/emsdk_env.sh && emcc