]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
authorChristian Heimes <christian@python.org>
Fri, 19 Aug 2022 06:36:12 +0000 (08:36 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 06:36:12 +0000 (08:36 +0200)
commit6087f491ea1e4c8c115bb02d95e391399c0d6fe7
tree725dec15db25a64dd08c31c965a4a38bbb285cd8
parent757c383d2465ce87f546f01568ec911bd226a084
gh-95853: WASM: better version and asset handling in scripts (GH-96045)

- support EMSDK tot-upstream and git releases
- allow WASM assents for wasm64-emscripten and WASI. This makes single file distributions on WASI easier.
- decouple WASM assets from browser builds
Makefile.pre.in
Tools/wasm/wasm_assets.py
Tools/wasm/wasm_build.py
configure
configure.ac