| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127629: Add ctypes to the Emscripten build (#127683) | Hood Chatham | 2024-12-10 | 3 | -11/+75 |
|
|
* | gh-127503: Fix realpath handling in emscripten cli (#127632) | Hood Chatham | 2024-12-09 | 1 | -1/+1 |
|
|
* | gh-127503 Don't propagate native PATH to Emscripten Python (#127633) | Hood Chatham | 2024-12-09 | 1 | -1/+2 |
|
|
* | GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704) | Brett Cannon | 2024-12-06 | 1 | -2/+0 |
|
|
* | gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506) | Hood Chatham | 2024-12-05 | 2 | -15/+49 |
|
|
* | gh-127111: Apply prettier formatter to Emscripten web example (#127551) | Hood Chatham | 2024-12-05 | 2 | -446/+511 |
|
|
* | gh-127111: Emscripten Make web example work again (#127113) | Hood Chatham | 2024-12-02 | 5 | -62/+122 |
|
|
* | gh-126898: Emscripten support: Use es6 modules (#126903) | Hood Chatham | 2024-11-21 | 3 | -26/+55 |
|
|
* | gh-126691: Remove --with-emscripten-target (#126787) | Hood Chatham | 2024-11-16 | 2 | -8/+8 |
|
|
* | gh-126187 Add emscripten.py script to automate emscripten build (#126190) | Hood Chatham | 2024-11-09 | 2 | -136/+353 |
|
|
* | GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe... | Brett Cannon | 2024-11-07 | 1 | -1/+1 |
|
|
* | gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929) | Hood Chatham | 2024-10-29 | 1 | -0/+9 |
|
|
* | Remove some unused files related to WASM/WASI (GH-124635) | Brett Cannon | 2024-09-26 | 3 | -57/+2 |
|
|
* | GH-121634: have `wasi.py` accept the host target triple as an argument (GH-12... | Brett Cannon | 2024-08-15 | 1 | -6/+12 |
|
|
* | GH-120371: Add WASI SDK 22 support (GH-121870) | Brett Cannon | 2024-07-16 | 1 | -0/+8 |
|
|
* | GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-... | Brett Cannon | 2024-07-09 | 1 | -6/+18 |
|
|
* | gh-120507: Double WASI memory (#120648) | Victor Stinner | 2024-06-17 | 2 | -4/+3 |
|
|
* | gh-97747: Improvements to WASM browser REPL. (#97665) | Katie Bell | 2024-05-31 | 2 | -8/+69 |
|
|
* | Fix typos in comments (#119645) | Xie Yanbo | 2024-05-28 | 1 | -1/+1 |
|
|
* | Fix typo in Tools/wasm/README.md(#118358) | Xie Yanbo | 2024-04-28 | 1 | -1/+1 |
|
|
* | GH-116314: Update `Tools/wasm/README.md` to point to the devguide for buildin... | Brett Cannon | 2024-03-07 | 1 | -61/+3 |
|
|
* | GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim... | Brett Cannon | 2024-03-05 | 2 | -4/+8 |
|
|
* | GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) | Brett Cannon | 2024-03-02 | 1 | -0/+9 |
|
|
* | GH-113516: don't set `LDSHARED` when building for WASI (GH-115495) | Brett Cannon | 2024-02-15 | 2 | -2/+1 |
|
|
* | Update README.md (#114974) | Skip Montanaro | 2024-02-04 | 1 | -1/+1 |
|
|
* | Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447) | Brett Cannon | 2024-01-22 | 1 | -1/+2 |
|
|
* | Add a `clean` subcommand to `Tools/wasm/wasi.py` (GH-114274) | Brett Cannon | 2024-01-19 | 1 | -7/+24 |
|
|
* | GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097) | Brett Cannon | 2024-01-16 | 1 | -6/+5 |
|
|
* | Clarify that WASI tool requirements are included in the devcontainer (GH-112561) | Brett Cannon | 2023-11-30 | 1 | -8/+8 |
|
|
* | GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim... | Brett Cannon | 2023-11-30 | 3 | -76/+369 |
|
|
* | gh-109649: Use os.process_cpu_count() (#110165) | Victor Stinner | 2023-10-01 | 1 | -1/+5 |
|
|
* | Fix argument ordering of embuilder command documented in `Tools/wasm/README.m... | OmniTroid | 2023-09-26 | 1 | -1/+1 |
|
|
* | gh-109125: Run mypy on `Tools/wasm` (#109126) | Nikita Sobolev | 2023-09-19 | 4 | -38/+67 |
|
|
* | Fix invocation of wasm_build.py for node (GH-109383) | Sam Gross | 2023-09-13 | 1 | -1/+1 |
|
|
* | wasm: do not use inline comment in .editorconfig (#106610) | Eisuke Kawashima | 2023-07-11 | 1 | -1/+2 |
|
|
* | gh-101538: Add experimental wasi-threads build (#101537) | YAMAMOTO Takashi | 2023-06-22 | 1 | -1/+7 |
|
|
* | GH-102404, GH-100956: Document how to do a WASI build (GH-105251) | Brett Cannon | 2023-06-02 | 2 | -174/+190 |
|
|
* | gh-104773: PEP 594: Remove the audioop module (#104937) | Victor Stinner | 2023-05-25 | 2 | -2/+0 |
|
|
* | gh-104773: PEP 594: Remove the aifc module (#104933) | Victor Stinner | 2023-05-25 | 1 | -1/+1 |
|
|
* | gh-104773: PEP 594: Remove the uu module (#104932) | Victor Stinner | 2023-05-25 | 1 | -2/+0 |
|
|
* | gh-104773: PEP 594: Remove the crypt module (#104908) | Victor Stinner | 2023-05-25 | 2 | -2/+0 |
|
|
* | gh-104773: Remove the msilib package (GH-104911) | Zachary Ware | 2023-05-25 | 1 | -1/+0 |
|
|
* | gh-104773: PEP 594: Remove the xdrlib module (#104900) | Victor Stinner | 2023-05-24 | 1 | -1/+0 |
|
|
* | gh-104773: PEP 594: Remove the nis module (#104897) | Victor Stinner | 2023-05-24 | 1 | -1/+0 |
|
|
* | gh-104773: PEP 594: Remove the nntplib module (#104894) | Victor Stinner | 2023-05-24 | 1 | -1/+0 |
|
|
* | gh-104773: PEP 594: Remove the mailcap module (#104867) | Victor Stinner | 2023-05-24 | 1 | -1/+0 |
|
|
* | gh-104773: PEP 594: Remove the sunau module (#104863) | Victor Stinner | 2023-05-24 | 1 | -1/+1 |
|
|
* | gh-104773: PEP 594: Remove cgi and cgitb modules (#104775) | Victor Stinner | 2023-05-24 | 1 | -2/+0 |
|
|
* | gh-104780: Remove 2to3 program and lib2to3 module (#104781) | Victor Stinner | 2023-05-23 | 1 | -2/+0 |
|
|
* | gh-104773: PEP 594: Remove the telnetlib module (#104778) | Victor Stinner | 2023-05-23 | 1 | -1/+0 |
|
|