Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-08-24 18:02:27 +0300
committerGitHub <noreply@github.com>2020-08-24 18:02:27 +0300
commitb854e882b4777f9f200f4a58713b02e72859a5b9 (patch)
tree34f9bc7fc80220cb14e5fae158ebe04062487cdc /sdks
parentfbfc91536fed374a3edc3239189072d887bb1ba7 (diff)
[wasm] Bump emscripten to 2.0.1. (#20287)
Diffstat (limited to 'sdks')
-rw-r--r--sdks/builds/wasm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/builds/wasm.mk b/sdks/builds/wasm.mk
index 5aaf5804189..077c6b6b062 100644
--- a/sdks/builds/wasm.mk
+++ b/sdks/builds/wasm.mk
@@ -1,7 +1,7 @@
#emcc has lots of bash'isms
SHELL:=/bin/bash
-EMSCRIPTEN_VERSION=1.40.0
+EMSCRIPTEN_VERSION=2.0.1
EMSCRIPTEN_LOCAL_SDK_DIR=$(TOP)/sdks/builds/toolchains/emsdk
EMSCRIPTEN_SDK_DIR ?= $(EMSCRIPTEN_LOCAL_SDK_DIR)