| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
|
| |
|
|
| |
Removes an explicit check that sysconfigdata naming is correct, in favor of reporting at
runtime with the default mechanisms.
|
| | |
|
| |
|
| |
Use integer bit shifting instead of conversion to strings to compute Python version.
|
| |
|
| |
Cleaned up formatting (and a stray closing tag) of the web example HTML and JS.
|
|
|
Moves the Emscripten web example into a standalone folder, and updates
Makefile targets to build the web example. Instructions for usage have
also been added.
|