]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126187 Add emscripten.py script to automate emscripten build (#126190)
authorHood Chatham <roberthoodchatham@gmail.com>
Sat, 9 Nov 2024 02:12:55 +0000 (03:12 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Nov 2024 02:12:55 +0000 (10:12 +0800)
commitf8276bf5f37ef12aa0033634151fa33a6f7bd4f2
tree118fd50d0e52bae130d62aaf1c511f451908236e
parent54c63a32d06cb5f07a66245c375eac7d7efb964a
gh-126187 Add emscripten.py script to automate emscripten build (#126190)

Add emscripten.py script to automate emscripten build.

This is modeled heavily on `Tools/wasm/wasi.py`. This will form the basis of an Emscripten build bot.
Misc/NEWS.d/next/Build/2024-10-30-17-47-15.gh-issue-126187.0jFCZB.rst [new file with mode: 0644]
Tools/wasm/README.md
Tools/wasm/emscripten/__main__.py [new file with mode: 0644]