wasm: update emsdk to 3.1.14

This fixes some threading bugs

Change-Id: I8025cd96ee5737deb04a571cc35eec8b26820039
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Lorn Potter
2022-07-05 06:00:21 +10:00
parent 2edf643736
commit 30dc3e90e2
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.14"
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.14"
# Make sure python is in the path
Prepend-Path "C:\Python27"