]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)
authorHood Chatham <roberthoodchatham@gmail.com>
Sun, 12 Jan 2025 23:09:39 +0000 (00:09 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Jan 2025 23:09:39 +0000 (07:09 +0800)
commitd0ecbdd838034c1f061e9b4e9b54a900141458c3
treedd69daafbb11dce243db45d121be05dace28cf77
parent5e65a1acc0b630397f1d190aed279114e6e99612
gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)

Replaces the trampoline mechanism in Emscripten with an implementation that uses a
recently added feature of wasm-gc instead of JS type reflection, when that feature is
available.
Include/internal/pycore_emscripten_trampoline.h
Include/internal/pycore_runtime.h
Misc/NEWS.d/next/Build/2025-01-09-19-44-00.gh-issue-128627.mHzsEd.rst [new file with mode: 0644]
Python/emscripten_trampoline.c