summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/emscripten/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-127629: Add ctypes to the Emscripten build (#127683)Hood Chatham2024-12-101-11/+53
| | | Adds tooling to build libffi and add ctypes to the stdlib for Emscripten.
* gh-127503: Fix realpath handling in emscripten cli (#127632)Hood Chatham2024-12-091-1/+1
| | | Corrects the handling of realpath on Linux.
* gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)Hood Chatham2024-12-051-2/+19
| | | 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-11/+25
| | | | Modify Emscripten support to use ES6 modules.
* gh-126187 Add emscripten.py script to automate emscripten build (#126190)Hood Chatham2024-11-091-0/+325
Add emscripten.py script to automate emscripten build. This is modeled heavily on `Tools/wasm/wasi.py`. This will form the basis of an Emscripten build bot.