Emscripten 3.1.37 (#3822)

This commit is contained in:
Hood Chatham 2023-05-31 09:35:10 -06:00 committed by GitHub
parent 7df6f829b1
commit 0fe04cd97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export PYVERSION ?= 3.11.3
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.34
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.37
export PLATFORM_TRIPLET=wasm32-emscripten
export SYSCONFIG_NAME=_sysconfigdata__emscripten_$(PLATFORM_TRIPLET)

View File

@ -15,8 +15,8 @@ myst:
## Unreleased
- {{ Enhancement }} ABI Break: Updated Emscripten to version 3.1.34
{pr}`3665`, {pr}`3659`
- {{ Enhancement }} ABI Break: Updated Emscripten to version 3.1.37
{pr}`3665`, {pr}`3659`, {pr}`3822`
- {{ Update }} The docker image now has node v20 instead of node v14.
{pr}`3819`