summaryrefslogtreecommitdiffstats
path: root/.devcontainer
Commit message (Collapse)AuthorAgeFilesLines
* no-issue: devcontainer: update to Fedora 40 (gh-118161)rindeal2024-04-241-1/+1
|
* GH-114736: Use WASI SDK 21 (GH-116771)Brett Cannon2024-03-141-2/+2
|
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 ↵Brett Cannon2024-03-051-1/+1
| | | | | | | | | primitives (#116327) * GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives * Add the configure changes * Update `wasm_build.py`
* GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to ↵Brett Cannon2023-11-301-1/+1
| | | | simplify doing a WASI build (GH-112473)
* Fix umask test failures under Codespaces (#104913)Brett Cannon2023-05-252-7/+14
| | | Also turn on the Python extension for Python code completions and bump the installed versions of wasmtime and the WASI SDK.
* GH-102973: Slim down Fedora packages in the dev container (#103283)Miro Hrončok2023-04-241-2/+2
|
* Specify more settings for the C extension of VS Code for dev containers ↵Brett Cannon2023-04-031-0/+6
| | | | | (GH-103229) Should help with auto-complete.
* GH-102973: add a dev container (GH-102975)Brett Cannon2023-03-292-0/+99
On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora. Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Dusty Phillips <dusty@phillips.codes>