diff options
author | Christian Heimes <christian@python.org> | 2021-12-18 14:54:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 14:54:02 (GMT) |
commit | 0339434835aa74dc78a38ae12ea7d2973c144eb1 (patch) | |
tree | 63e143ba11625131ba0d9e90dc09d96953337454 /Misc | |
parent | ae36cd1e792db9d6db4c6847ec2a7d50a71f2b68 (diff) | |
download | cpython-0339434835aa74dc78a38ae12ea7d2973c144eb1.zip cpython-0339434835aa74dc78a38ae12ea7d2973c144eb1.tar.gz cpython-0339434835aa74dc78a38ae12ea7d2973c144eb1.tar.bz2 |
bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)
Co-authored-by: Ethan Smith <ethan@ethanhs.me>
Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-12-13-21-03-52.bpo-40280.b7NG4Y.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-12-13-21-03-52.bpo-40280.b7NG4Y.rst b/Misc/NEWS.d/next/Build/2021-12-13-21-03-52.bpo-40280.b7NG4Y.rst new file mode 100644 index 0000000..905ee44 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-12-13-21-03-52.bpo-40280.b7NG4Y.rst @@ -0,0 +1 @@ +A new directory ``Tools/wasm`` contains WebAssembly-related helpers like ``config.site`` override for wasm32-emscripten, wasm assets generator to bundle the stdlib, and a README. |