diff options
author | Christian Heimes <christian@python.org> | 2021-11-25 20:24:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 20:24:40 (GMT) |
commit | 1052a39b7603e4d8401a5987af0c36f4a1d0b1e4 (patch) | |
tree | 0413ec8ae95323079521a531236c641a665bae0d /Misc | |
parent | dfcc6ff36f8bedae420fe228312527ec3937c973 (diff) | |
download | cpython-1052a39b7603e4d8401a5987af0c36f4a1d0b1e4.zip cpython-1052a39b7603e4d8401a5987af0c36f4a1d0b1e4.tar.gz cpython-1052a39b7603e4d8401a5987af0c36f4a1d0b1e4.tar.bz2 |
bpo-40280: Add wasm cross build targets (GH-29771)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-25-10-55-03.bpo-40280.E9-gsQ.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-25-10-55-03.bpo-40280.E9-gsQ.rst b/Misc/NEWS.d/next/Build/2021-11-25-10-55-03.bpo-40280.E9-gsQ.rst new file mode 100644 index 0000000..04579b4 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-25-10-55-03.bpo-40280.E9-gsQ.rst @@ -0,0 +1,3 @@ +``configure`` now accepts machine ``wasm32`` or ``wasm64`` and OS ``wasi`` +or ``emscripten`` for cross building, e.g. ``wasm32-unknown-emscripten``, +``wasm32-wasi``, or ``wasm32-unknown-wasi``. |