You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-156780: Emscripten: drop the trampoline's dependence on exports (#157238)
The trampoline exports _PyRuntime's address itself and reuses a
placeholder's table slot, so libpython no longer needs
-sEXPORTED_FUNCTIONS=__PyRuntime or a growable function table.
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
0 commit comments