Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-127629: Add ctypes to the Emscripten build (#127683) | Hood Chatham | 2024-12-10 | 1 | -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 Chatham | 2024-12-09 | 1 | -1/+1 |
| | | | Corrects the handling of realpath on Linux. | ||||
* | gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506) | Hood Chatham | 2024-12-05 | 1 | -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 Chatham | 2024-11-21 | 1 | -11/+25 |
| | | | | Modify Emscripten support to use ES6 modules. | ||||
* | gh-126187 Add emscripten.py script to automate emscripten build (#126190) | Hood Chatham | 2024-11-09 | 1 | -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. |