summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-04-04 17:31:31 (GMT)
committerGitHub <noreply@github.com>2022-04-04 17:31:31 (GMT)
commitc9844cb8aa9615cdc8770d1e43ce6e2ac3efd836 (patch)
tree4db2f08a3fa9f2f91d78a54e5d59315804c89670 /Misc/NEWS.d/next/Build
parent48269ea9fdbc5804f80962364f95e69097c417ba (diff)
downloadcpython-c9844cb8aa9615cdc8770d1e43ce6e2ac3efd836.zip
cpython-c9844cb8aa9615cdc8770d1e43ce6e2ac3efd836.tar.gz
cpython-c9844cb8aa9615cdc8770d1e43ce6e2ac3efd836.tar.bz2
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2022-04-02-17-52-38.bpo-40280.U8Dd0H.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-04-02-17-52-38.bpo-40280.U8Dd0H.rst b/Misc/NEWS.d/next/Build/2022-04-02-17-52-38.bpo-40280.U8Dd0H.rst
new file mode 100644
index 0000000..74fe5c7
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-04-02-17-52-38.bpo-40280.U8Dd0H.rst
@@ -0,0 +1,2 @@
+Add configure option :option:`--enable-wasm-dynamic-linking` to enable
+``dlopen`` and MAIN_MODULE / SIDE_MODULE on ``wasm32-emscripten``.