Emscripten 3.1.38 (#3889)

This commit is contained in:
Hood Chatham 2023-05-31 14:44:51 -06:00 committed by GitHub
parent 0fe04cd97d
commit f8c6b8ade6
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.37
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.38
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.37
{pr}`3665`, {pr}`3659`, {pr}`3822`
- {{ Enhancement }} ABI Break: Updated Emscripten to version 3.1.38
{pr}`3665`, {pr}`3659`, {pr}`3822`, {pr}`3889`
- {{ Update }} The docker image now has node v20 instead of node v14.
{pr}`3819`