cpython/Tools/wasm/emscripten/web_example
Hood Chatham c933a6bb32
gh-124621: Emscripten: Support pyrepl in browser (GH-136931)
Basic support for pyrepl in Emscripten. Limitations:
* requires JSPI
* no signal handling implemented

As followup work, it would be nice to implement a webworker variant
for when JSPI is not available and proper signal handling.

Because it requires JSPI, it doesn't work in Safari. Firefox requires
setting an experimental flag. All the Chromiums have full support since
May. Until we make it work without JSPI, let's keep the original web_example
around.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Éric <merwok@netwok.org>
2025-07-22 12:13:38 +02:00
..
index.html gh-136251: Improvements to WASM demo REPL (GH-136252) 2025-07-21 11:56:45 +02:00
python.worker.mjs Emscripten: use better _Py_Version computation for worker module (#129757) 2025-02-07 12:55:27 +08:00
server.py