]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97747: Improvements to WASM browser REPL. (#97665)
authorKatie Bell <katie@katharos.id.au>
Fri, 31 May 2024 07:58:46 +0000 (17:58 +1000)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 07:58:46 +0000 (09:58 +0200)
commit010aaa32fb93c5033a698d7213469af02d76fef3
treeb4d67e42c08c036e66f5395f8bd485fb55d91592
parent0d07182821fad7b95a043d006f1ce13a2d22edcb
gh-97747: Improvements to WASM browser REPL. (#97665)

Improvements to WASM browser REPL.

Adds a text box to write and run code outside the REPL, a stop button, and handling of Ctrl-D for EOF.
Tools/wasm/python.html
Tools/wasm/python.worker.js