From c5cd57de68d69133bcc0c1bfa10b5e2b4414d9da Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 2 Dec 2021 15:27:30 +0100 Subject: [PATCH] bpo-40280: Update what's new --- Doc/whatsnew/3.11.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 345b2df43f4031..1ec629d8229cbe 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -585,6 +585,11 @@ Build Changes ``libdb`` 3.x and 4.x are no longer supported. (Contributed by Christian Heimes in :issue:`45747`.) +* CPython now has experimental support for cross compiling to WebAssembly + platform ``wasm32-emscripten``. The effort is inspired by previous work + like Pyodide. + (Contributed by Christian Heimes and Ethan Smith in :issue:`40280`.) + C API Changes =============