mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470)
With https://github.com/llvm/llvm-project/pull/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 commit
|
||
|---|---|---|
| .. | ||
| browser_test | ||
| web_example | ||
| web_example_pyrepl_jspi | ||
| __main__.py | ||
| config.site-wasm32-emscripten | ||
| make_libffi.sh | ||
| node_entry.mjs | ||
| prepare_external_wasm.py | ||
| wasm_assets.py | ||