diff options
author | Brett Cannon <brett@python.org> | 2024-03-05 08:18:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 08:18:53 (GMT) |
commit | 7af063d1d85f965da06a65eca800f4c537d55fa5 (patch) | |
tree | 2c0e03620125639779d8133c81579a8cba33323f /Misc | |
parent | 6cddc731fb59edb66b64b7a8dbd9e281309a8384 (diff) | |
download | cpython-7af063d1d85f965da06a65eca800f4c537d55fa5.zip cpython-7af063d1d85f965da06a65eca800f4c537d55fa5.tar.gz cpython-7af063d1d85f965da06a65eca800f4c537d55fa5.tar.bz2 |
GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives (#116327)
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives
* Add the configure changes
* Update `wasm_build.py`
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-03-04-12-43-42.gh-issue-116313.cLLb8S.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-03-04-12-43-42.gh-issue-116313.cLLb8S.rst b/Misc/NEWS.d/next/Build/2024-03-04-12-43-42.gh-issue-116313.cLLb8S.rst new file mode 100644 index 0000000..6150154 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-03-04-12-43-42.gh-issue-116313.cLLb8S.rst @@ -0,0 +1 @@ +Get WASI builds to work under wasmtime 18 w/ WASI 0.2/preview2 primitives. |