wasm: update emscripten to 3.1.25

Qt 6.5 will require emscripten 3.1.25

Change-Id: I23e0d0b6951a4d69aa431710114ec2c06f7afcc3
Reviewed-by: Aleksandr Reviakin <aleksandr.reviakin@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Morten Sørvig
2022-12-14 11:32:30 +01:00
parent d0b83ce01d
commit 4ee1668f46
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.10"
version="3.1.25"
versionNode="v14.18.2"
mkdir -p /opt

View File

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