Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470)#139039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…or Emscripten trampoline (pythonGH-137470)Withllvm/llvm-project#150201 being merged, there isnow a better way to generate the Emscripten trampoline, instead of includinghand-generated binary WASM content. Requires Emscripten 4.0.12.(cherry picked from commit2629ee4)Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
!buildbot emscripten |
bedevere-bot commentedSep 17, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commit1118501 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139039%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
Assigning to@hugovk while the merge block is in place. |
0e4e608 intopython:3.14Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Withllvm/llvm-project#150201 being merged, there is
now a better way to generate the Emscripten trampoline, instead of including
hand-generated binary WASM content. Requires Emscripten 4.0.12.
(cherry picked from commit2629ee4)
Co-authored-by: Hood Chathamroberthoodchatham@gmail.com