summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-29 15:01:55 (GMT)
committerGitHub <noreply@github.com>2021-11-29 15:01:55 (GMT)
commit6ac3c8a3140c17bd71ba98dfc5250c371101e77c (patch)
tree03f175edccd688be32ea2d9a097998f61289650d /Misc
parentc1dec9540ab04691f8d4a131671e069913e6eee3 (diff)
downloadcpython-6ac3c8a3140c17bd71ba98dfc5250c371101e77c.zip
cpython-6ac3c8a3140c17bd71ba98dfc5250c371101e77c.tar.gz
cpython-6ac3c8a3140c17bd71ba98dfc5250c371101e77c.tar.bz2
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2021-11-29-14-37-29.bpo-40280.UlTMR8.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-29-14-37-29.bpo-40280.UlTMR8.rst b/Misc/NEWS.d/next/Build/2021-11-29-14-37-29.bpo-40280.UlTMR8.rst
new file mode 100644
index 0000000..d3ac7b3
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-11-29-14-37-29.bpo-40280.UlTMR8.rst
@@ -0,0 +1 @@
+Emscripten platform now uses ``.wasm`` suffix by default.