-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Improved usability of WASM web REPL for testing/development. #97747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
@katharosada Did you want me to leave this open to target this for WASI, or should I close this? |
ambv
pushed a commit
that referenced
this issue
May 31, 2024
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.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 31, 2024
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. (cherry picked from commit 010aaa3) Co-authored-by: Katie Bell <[email protected]>
ambv
pushed a commit
that referenced
this issue
May 31, 2024
…9828) (cherry picked from commit 010aaa3) Co-authored-by: Katie Bell <[email protected]>
No reply in four months, let's close. We can always re-open. |
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
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.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
There's a demo python WASM REPL included in cpython for development and testing purposes.
It has the following issues:
Example here: https://repl.ethanhs.me/
Pitch
I propose adding the following to the REPL:
Previous discussion
Linked PRs
The text was updated successfully, but these errors were encountered: