wasm: update emscripten version to 3.1.10

Qt 6.4.0 will require emscripten 3.1.10

Change-Id: I9411902674104aae8f4ba3b6af11e9956932d6b9
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
Lorn Potter
2022-05-18 13:04:33 +10:00
parent b1a7f2e737
commit b6b127c2d9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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