projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a3e81
)
Bump the local emscripten version to 2.0.1. (#41504)
author
Zoltan Varga
<vargaz@gmail.com>
Fri, 28 Aug 2020 11:53:08 +0000
(07:53 -0400)
committer
GitHub
<noreply@github.com>
Fri, 28 Aug 2020 11:53:08 +0000
(13:53 +0200)
src/mono/wasm/Makefile
patch
|
blob
|
history
diff --git
a/src/mono/wasm/Makefile
b/src/mono/wasm/Makefile
index
01a1853
..
16ea3dc
100644
(file)
--- 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