diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-20 22:23:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 22:23:15 (GMT) |
commit | 727f8ee31cadf196ecab51762b2e84a884470618 (patch) | |
tree | 96390466fb5ecfd17f64a27be79bc7bb187ed744 /Misc | |
parent | 4a1026077af65b308c98cdfe181b5f94c46fb48a (diff) | |
download | cpython-727f8ee31cadf196ecab51762b2e84a884470618.zip cpython-727f8ee31cadf196ecab51762b2e84a884470618.tar.gz cpython-727f8ee31cadf196ecab51762b2e84a884470618.tar.bz2 |
[3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-111099) (GH-111141)
gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)
(cherry picked from commit 5dfa71769f547fffa893a89b0b04d963a41b2441)
Co-authored-by: YAMAMOTO Takashi <yamamoto@midokura.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-10-20-15-29-31.gh-issue-111046.2DxQl8.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-10-20-15-29-31.gh-issue-111046.2DxQl8.rst b/Misc/NEWS.d/next/Build/2023-10-20-15-29-31.gh-issue-111046.2DxQl8.rst new file mode 100644 index 0000000..446b8b6 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-10-20-15-29-31.gh-issue-111046.2DxQl8.rst @@ -0,0 +1 @@ +For wasi-threads, memory is now exported to fix compatibility issues with some wasm runtimes. |