summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/emscripten/node_entry.mjs
Commit message (Collapse)AuthorAgeFilesLines
* gh-127503: Improve tracebacks on Emscripten when there is a trap (#131158)Hood Chatham2025-03-131-1/+11
| | | | | | | | 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.
* gh-127503 Don't propagate native PATH to Emscripten Python (#127633)Hood Chatham2024-12-091-1/+2
| | | | Modifies the handling of PATH to ensure that native executables aren't picked up when running under node.
* gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)Hood Chatham2024-12-051-13/+30
| | | Modifies the python.sh script to work on macOS, and adapt to recent emscripten changes.
* gh-126898: Emscripten support: Use es6 modules (#126903)Hood Chatham2024-11-211-0/+30
Modify Emscripten support to use ES6 modules.