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-07-31 08:32:08 +0300
committerGitHub <noreply@github.com>2020-07-31 08:32:08 +0300
commitf0229da768168c161ca3cb47322d311dce5729a9 (patch)
tree083a67d341625072d96ecefd25bf232dda4ddda3 /sdks
parent2921130fa84b24287e6144d015b7010902cb18c2 (diff)
Bump emscripten to 1.40.0. (#20188)
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 e8cfb57176c..5aaf5804189 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.39.20
+EMSCRIPTEN_VERSION=1.40.0
EMSCRIPTEN_LOCAL_SDK_DIR=$(TOP)/sdks/builds/toolchains/emsdk
EMSCRIPTEN_SDK_DIR ?= $(EMSCRIPTEN_LOCAL_SDK_DIR)