]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40280: Add limited Emscripten REPL (GH-32284)
authorChristian Heimes <christian@python.org>
Tue, 5 Apr 2022 09:21:11 +0000 (12:21 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 09:21:11 +0000 (11:21 +0200)
commit96e09837fb8031aebe8d823dd19ef664a34bcfad
tree28f6efee3352292d27370a2aeea27090755bed6f
parentfaa12088c179dd896fde713448a7f142f820c1aa
bpo-40280: Add limited Emscripten REPL (GH-32284)

Co-authored-by: Katie Bell <katie@katharos.id.au>
Makefile.pre.in
Misc/NEWS.d/next/Tools-Demos/2022-04-03-11-47-45.bpo-40280.Q_IJik.rst [new file with mode: 0644]
Tools/wasm/README.md
Tools/wasm/python.html [new file with mode: 0644]
Tools/wasm/python.worker.js [new file with mode: 0644]
Tools/wasm/wasm_webserver.py [new file with mode: 0755]
configure
configure.ac