diff --git a/Makefile.envs b/Makefile.envs index 5a6fc55b0..53f827613 100644 --- a/Makefile.envs +++ b/Makefile.envs @@ -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) diff --git a/docs/project/changelog.md b/docs/project/changelog.md index 30350c4f4..b2f982f97 100644 --- a/docs/project/changelog.md +++ b/docs/project/changelog.md @@ -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)