summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/wasi.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (#126561)Brett Cannon2024-11-081-1/+1
* [3.13] GH-121634: have `wasi.py` accept the host target triple as an argument...Miss Islington (bot)2024-10-101-6/+12
* [3.13] GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.p...Miss Islington (bot)2024-07-091-6/+18
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...Brett Cannon2024-03-051-2/+4
* GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)Brett Cannon2024-02-151-1/+1
* Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447)Brett Cannon2024-01-221-1/+2
* Add a `clean` subcommand to `Tools/wasm/wasi.py` (GH-114274)Brett Cannon2024-01-191-7/+24
* GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)Brett Cannon2024-01-161-6/+5
* GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...Brett Cannon2023-11-301-0/+328