]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145176 Move Emscripten files into Platforms/emscripten (#145806)
authorHood Chatham <roberthoodchatham@gmail.com>
Tue, 17 Mar 2026 01:39:45 +0000 (02:39 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2026 01:39:45 +0000 (09:39 +0800)
commit1b118353bb0a9d816de6ef673f3b11775de5bec5
tree9cd09be66e32280eace7ace1c29d9f0e39fc877b
parent104cae039ac428709c7bcf9b1a00102f97be0a5c
gh-145176 Move Emscripten files into Platforms/emscripten (#145806)

Moves Emscripten build files into Platforms/emscripten.
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