Emscripten 3.1.24 (#3236)

This commit is contained in:
Hood Chatham 2022-11-07 14:00:05 -08:00 committed by GitHub
parent 3dfe5b35ef
commit 201f541b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,5 @@
export PYVERSION ?= 3.10.2
# Note: when updating EMSCRIPTEN_VERSION make sure to update
# the version number in the "uname" patch.
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.23
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.24
export PLATFORM_TRIPLET=wasm32-emscripten
export SYSCONFIG_NAME=_sysconfigdata__emscripten_$(PLATFORM_TRIPLET)

View File

@ -18,17 +18,18 @@ substitutions:
{pr}`3150`.
- {{ Enhancement }} Added a system for making Pyodide virtual environments. This
is for testing out of tree builds. For more information, see
[the documentation](https://pyodide.org/en/stable/development/out-of-tree.html).
{pr}`2976`, {pr}`3039`, {pr}`3040`, {pr}`3044`, {pr}`3044`, {pr}`3096`, {pr}`3108`, {pr}`3109`
is for testing out of tree builds. For more information, see [the
documentation](https://pyodide.org/en/stable/development/out-of-tree.html).
{pr}`2976`, {pr}`3039`, {pr}`3040`, {pr}`3044`, {pr}`3044`, {pr}`3096`,
{pr}`3108`, {pr}`3109`
- {{ Enhancement }} Users can do a static import of `pyodide/pyodide.asm.js` to
avoid issues with dynamic imports. This allows the use of Pyodide with
module-type service workers.
{pr}`3070`
- {{ Enhancement }} Emscripten was updated to Version 3.1.23
{pr}`2958`, {pr}`2950`, {pr}`3027`, {pr}`3107`, {pr}`3148`
- {{ Enhancement }} Emscripten was updated to Version 3.1.24
{pr}`2958`, {pr}`2950`, {pr}`3027`, {pr}`3107`, {pr}`3148`, {pr}`3236`
- {{ Enhancement }} Added a new API {any}`pyodide.mountNativeFS`
which mounts [FileSystemDirectoryHandle](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle)