summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-12-02 17:42:56 (GMT)
committerGitHub <noreply@github.com>2021-12-02 17:42:56 (GMT)
commita31173c5ceb1708df687f942d714bdecae7cb759 (patch)
treeb677c1fba2ac7fd71cb3cd97b6a7049e63b05f32 /Doc
parentb2afdc95cc8f4e9228148730949a43cef0323f15 (diff)
downloadcpython-a31173c5ceb1708df687f942d714bdecae7cb759.zip
cpython-a31173c5ceb1708df687f942d714bdecae7cb759.tar.gz
cpython-a31173c5ceb1708df687f942d714bdecae7cb759.tar.bz2
bpo-40280: Update what's new (GH-29893)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.11.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 345b2df..1ec629d 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
=============