Skip to content

Commit

Permalink
Bump emscripten to 2.0.9. (#45299)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Nov 29, 2020
1 parent 0d5e8d3 commit c1b5ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion src/mono/wasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c1b5ac0

Please sign in to comment.