| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Modifies the behavior of the interpreter on crash under Emscripten:
1. No Python traceback shown on segfault/trap
2. The JavaScript source line is shown
The JavaScript source line is super long and completely unenlightening,
whereas the Python traceback is very helpful.
|
| |
|
|
| |
Modifies the handling of PATH to ensure that native executables aren't picked
up when running under node.
|
| |
|
| |
Modifies the python.sh script to work on macOS, and adapt to recent emscripten changes.
|
|
|
Modify Emscripten support to use ES6 modules.
|