]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95853: Improve WASM build script (GH-96389)
authorChristian Heimes <christian@python.org>
Tue, 30 Aug 2022 05:56:26 +0000 (07:56 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 05:56:26 +0000 (07:56 +0200)
commit2eb9008d726e15838a2c8b36c8bd0bf67f229458
treeebfbd4c267961a414421e51fd07c2d51553d6b67
parentd0b3d235dbc560ada459e386b6fa5b5ce1952c7e
gh-95853: Improve WASM build script (GH-96389)

- pre-build Emscripten ports and system libraries
- check for broken EMSDK versions
- use EMSDK's node for wasm32-emscripten
- warn when PKG_CONFIG_PATH is set
- add support level information
Misc/NEWS.d/next/Tools-Demos/2022-08-29-17-25-13.gh-issue-95853.Ce17cT.rst [new file with mode: 0644]
Tools/wasm/wasm_build.py