]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127111: Emscripten Make web example work again (#127113)
authorHood Chatham <roberthoodchatham@gmail.com>
Mon, 2 Dec 2024 23:30:24 +0000 (00:30 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 23:30:24 +0000 (07:30 +0800)
commitbfb0788bfcaab7474c1be0605552744e15082ee9
tree455a8e723f50b1f9e6782c4210c5d39b57f23b3b
parentedefb8678a11a20bdcdcbb8bb6a62ae22101bb51
gh-127111: Emscripten Make web example work again (#127113)

Moves the Emscripten web example into a standalone folder, and updates
Makefile targets to build the web example. Instructions for usage have
also been added.
Makefile.pre.in
Misc/NEWS.d/next/Build/2024-11-30-16-36-09.gh-issue-127111.QI9mMZ.rst [new file with mode: 0644]
Tools/wasm/README.md
Tools/wasm/emscripten/web_example/python.html [moved from Tools/wasm/python.html with 99% similarity]
Tools/wasm/emscripten/web_example/python.worker.mjs [moved from Tools/wasm/python.worker.js with 65% similarity]
Tools/wasm/emscripten/web_example/server.py [moved from Tools/wasm/wasm_webserver.py with 85% similarity]
Tools/wasm/emscripten/web_example/wasm_assets.py [moved from Tools/wasm/wasm_assets.py with 91% similarity]
configure
configure.ac