]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145176 Move Emscripten files into Platforms/emscripten (GH-145806) (#146043)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Mar 2026 02:17:47 +0000 (03:17 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2026 02:17:47 +0000 (10:17 +0800)
commitf06961e044866850554a6e3c122b5fa668aeffbb
tree96ed5b574ccb302cfda9c6824c88cfc48a9ce653
parent0548f410535c3a31d1e0428d620db446ed031731
[3.14] gh-145176 Move Emscripten files into Platforms/emscripten (GH-145806) (#146043)

Moves Emscripten build files into Platforms/emscripten.
(cherry picked from commit 1b118353bb0a9d816de6ef673f3b11775de5bec5)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
22 files changed:
Makefile.pre.in
Platforms/emscripten/README.md [moved from Tools/wasm/README.md with 99% similarity]
Platforms/emscripten/__main__.py [new file with mode: 0644]
Platforms/emscripten/browser_test/.gitignore [moved from Tools/wasm/emscripten/browser_test/.gitignore with 100% similarity]
Platforms/emscripten/browser_test/index.spec.ts [moved from Tools/wasm/emscripten/browser_test/index.spec.ts with 100% similarity]
Platforms/emscripten/browser_test/package-lock.json [moved from Tools/wasm/emscripten/browser_test/package-lock.json with 100% similarity]
Platforms/emscripten/browser_test/package.json [moved from Tools/wasm/emscripten/browser_test/package.json with 100% similarity]
Platforms/emscripten/browser_test/playwright.config.ts [moved from Tools/wasm/emscripten/browser_test/playwright.config.ts with 77% similarity]
Platforms/emscripten/browser_test/run_test.sh [new file with mode: 0755]
Platforms/emscripten/config.site-wasm32-emscripten [moved from Tools/wasm/emscripten/config.site-wasm32-emscripten with 97% similarity]
Platforms/emscripten/config.toml [moved from Tools/wasm/emscripten/config.toml with 100% similarity]
Platforms/emscripten/make_libffi.sh [moved from Tools/wasm/emscripten/make_libffi.sh with 100% similarity]
Platforms/emscripten/node_entry.mjs [moved from Tools/wasm/emscripten/node_entry.mjs with 100% similarity]
Platforms/emscripten/prepare_external_wasm.py [moved from Tools/wasm/emscripten/prepare_external_wasm.py with 100% similarity]
Platforms/emscripten/wasm_assets.py [moved from Tools/wasm/emscripten/wasm_assets.py with 99% similarity]
Platforms/emscripten/web_example/index.html [moved from Tools/wasm/emscripten/web_example/index.html with 100% similarity]
Platforms/emscripten/web_example/python.worker.mjs [moved from Tools/wasm/emscripten/web_example/python.worker.mjs with 100% similarity]
Platforms/emscripten/web_example/server.py [moved from Tools/wasm/emscripten/web_example/server.py with 100% similarity]
Platforms/emscripten/web_example_pyrepl_jspi/index.html [moved from Tools/wasm/emscripten/web_example_pyrepl_jspi/index.html with 100% similarity]
Platforms/emscripten/web_example_pyrepl_jspi/src.mjs [moved from Tools/wasm/emscripten/web_example_pyrepl_jspi/src.mjs with 100% similarity]
Tools/wasm/emscripten/__main__.py
Tools/wasm/emscripten/browser_test/run_test.sh