wasm: upgrade emsdk version to 3.1.6

3.0.0 has a critical bug which can cause linking failures
(see QTBUG-101267). Update to the most recent version
where the bug has been fixed.

Task-number: QTBUG-101267
Pick-to: 6.3
Change-Id: Ib2e6abb72eb50b77db63175bbbf4a88b5e3c3920
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Morten Johan Sørvig
2022-03-08 10:08:53 +01:00
parent 523eb8e1ea
commit 53493a2351
2 changed files with 3 additions and 3 deletions

View File

@@ -41,8 +41,8 @@
# shellcheck source=./SetEnvVar.sh
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
version="3.0.0"
versionNode="v14.15.5"
version="3.1.6"
versionNode="v14.18.2"
mkdir -p /opt
cd /opt

View File

@@ -41,7 +41,7 @@
# This script will install emscripten needed by WebAssembly
$version = "3.0.0"
$version = "3.1.6"
# Make sure python is in the path
Prepend-Path "C:\Python27"