]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40280: Update what's new (GH-29893)
authorChristian Heimes <christian@python.org>
Thu, 2 Dec 2021 17:42:56 +0000 (19:42 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Dec 2021 17:42:56 +0000 (18:42 +0100)
Doc/whatsnew/3.11.rst

index 345b2df43f40315ec3c952e64bae98010b521aa3..1ec629d8229cbe2974fcc18cc4397c7c9873c3e6 100644 (file)
@@ -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
 =============