-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Use new REPL for wasm demo #124621
Copy link
Copy link
Closed
Labels
OS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-replRelated to the interactive shellRelated to the interactive shelltype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
OS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-replRelated to the interactive shellRelated to the interactive shelltype-featureA feature request or enhancementA feature request or enhancement
Feature or enhancement
Proposal:
The WASM demo in Tools/wasm was very useful for getting a Python REPL setup working in my web app.
It would be wonderful if that demo could be updated to work with the new Python 3.13 REPL (pyrepl).
I believe this would require a change to the way the file streams are handled (
stdinspecifically) though I'm not currently certain how to make that change.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs