summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/emscripten/node_entry.mjs
Commit message (Collapse)AuthorAgeFilesLines
* 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.