diff options
author | Brett Cannon <brett@python.org> | 2024-02-09 08:21:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 08:21:49 (GMT) |
commit | c968dc7ff3041137bb702436ff944692dede1ad1 (patch) | |
tree | 6b32e294e81842254b8b9f557fc662d01f6802e2 /Misc | |
parent | 553c90ccc2f5b15be76a2bb6e38d23e58d739e2f (diff) | |
download | cpython-c968dc7ff3041137bb702436ff944692dede1ad1.zip cpython-c968dc7ff3041137bb702436ff944692dede1ad1.tar.gz cpython-c968dc7ff3041137bb702436ff944692dede1ad1.tar.bz2 |
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Move WASI to tier 2 and drop Emscripten.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-02-08-17-38-56.gh-issue-113632.y9KIGb.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-02-08-17-38-56.gh-issue-113632.y9KIGb.rst b/Misc/NEWS.d/next/Build/2024-02-08-17-38-56.gh-issue-113632.y9KIGb.rst new file mode 100644 index 0000000..8b02b1b --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-02-08-17-38-56.gh-issue-113632.y9KIGb.rst @@ -0,0 +1,2 @@ +Promote WASI to a tier 2 platform and drop Emscripten from tier 3 in +configure.ac. |