summaryrefslogtreecommitdiffstats
path: root/Tools/wasm
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in `Tools/wasm/README.md` (#142426)Stan Ulbrych2025-12-081-2/+2
* Extract data from `Tools/wasm/wasi` that varies between Python versions into ...Brett Cannon2025-12-052-6/+18
* Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (...Brett Cannon2025-12-051-17/+39
* Being more flexible in when not to explicitly set the sysroot when compiling ...Brett Cannon2025-12-031-1/+1
* Simplify setting CLI options for WASI builds (GH-141769)Brett Cannon2025-11-192-17/+21
* gh-141172: Update to wasi-sdk-29 (GH-141684)Alex Crichton2025-11-191-3/+3
* Make printing log lines to the terminal a little cleaner when building WASI (...Brett Cannon2025-10-301-29/+48
* GH-140768: Warn when the WASI SDK version doesn't match the supported version...Brett Cannon2025-10-301-19/+38
* GH-140475: Support WASI SDK 25 (#140477)Brett Cannon2025-10-221-1/+1
* gh-137025: Update Emscripten Build Docs (#137312)adam j hartz2025-10-091-60/+6
* gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752)sobolevn2025-10-084-17/+10
* GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#139591)Savannah Ostrowski2025-10-087-149/+302
* gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten ...Hood Chatham2025-09-171-0/+54
* gh-138515: Include email module in Emscripten build (gh-138520)Gyeongjae Choi2025-09-051-1/+0
* GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH...Brett Cannon2025-08-061-11/+6
* GH-137248: Add a `--logdir` option to `Tools/wasm/wasi` (GH-137249)Brett Cannon2025-07-301-5/+16
* GH-137243: Have `Tools/wasm/wasi` detect WASI SDK installs in `/opt` when the...Brett Cannon2025-07-301-10/+26
* gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (#137004)Hood Chatham2025-07-248-0/+753
* gh-136976: Emscripten: Add _decimal and libmpdec (#136997)Hood Chatham2025-07-241-7/+54
* Touch up `Setup.local` handling in `Tools/wasm/wasi` (GH-137051)Brett Cannon2025-07-231-6/+9
* gh-124621: Emscripten: Support pyrepl in browser (GH-136931)Hood Chatham2025-07-224-3/+229
* gh-133600: Move config.site-wasm32-emscripten into the emscripten folder (#13...Hood Chatham2025-07-212-2/+2
* gh-136251: Improvements to WASM demo REPL (GH-136252)adam j hartz2025-07-212-51/+321
* gh-136852: Emscripten: Fix bug in #136853 (#136909)Hood Chatham2025-07-211-1/+1
* gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (#136853)Hood Chatham2025-07-201-0/+11
* gh-124621: Emscripten: Add support for async input devices (GH-136822)Hood Chatham2025-07-191-1/+11
* gh-135648: Document that `shutil.copyfileobj` doesn't flush (#135737)Russell Keith-Magee2025-06-241-1/+2
* GH-131769: fix detecting a pydebug build of the build Python when building fo...Brett Cannon2025-05-221-8/+14
* Clarify some wording in `wasi(\.py)?` (GH-133619)Brett Cannon2025-05-082-5/+5
* wasi: Update the location of the 'config.site' file in the build script (GH-1...Zachary Ware2025-05-071-1/+1
* GH-133600: Refactor `wasi.py` into `wasi/__main__.py`Brett Cannon2025-05-077-1309/+378
* gh-133259: Show path to python.sh script on successful build (#133268)Michael Droettboom2025-05-011-0/+5
* Silence system utils tests in emscripten python.sh (#133044)Lukas2025-04-271-2/+2
* Fix some typos in various doc files (GH-132589)Yongzi Li2025-04-161-1/+1
* gh-127146: Fix Emscripten build with --pydebug (#131672)Hood Chatham2025-03-241-9/+0
* gh-127146: Update test skips for Emscripten 4.0.2 (#129474)Hood Chatham2025-03-161-3/+4
* gh-131152: Remove unused imports from `Tools/{build,wasm}` (#131155)Victor Stinner2025-03-131-1/+0
* gh-127503: Improve tracebacks on Emscripten when there is a trap (#131158)Hood Chatham2025-03-131-1/+11
* Emscripten: use better `_Py_Version` computation for worker module (#129757)Agriya Khetarpal2025-02-071-6/+3
* gh-127629: Add ctypes to the Emscripten build (#127683)Hood Chatham2024-12-103-11/+75
* gh-127503: Fix realpath handling in emscripten cli (#127632)Hood Chatham2024-12-091-1/+1
* gh-127503 Don't propagate native PATH to Emscripten Python (#127633)Hood Chatham2024-12-091-1/+2
* GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704)Brett Cannon2024-12-061-2/+0
* gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)Hood Chatham2024-12-052-15/+49
* gh-127111: Apply prettier formatter to Emscripten web example (#127551)Hood Chatham2024-12-052-446/+511
* gh-127111: Emscripten Make web example work again (#127113)Hood Chatham2024-12-025-62/+122
* gh-126898: Emscripten support: Use es6 modules (#126903)Hood Chatham2024-11-213-26/+55
* gh-126691: Remove --with-emscripten-target (#126787)Hood Chatham2024-11-162-8/+8
* gh-126187 Add emscripten.py script to automate emscripten build (#126190)Hood Chatham2024-11-092-136/+353
* GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...Brett Cannon2024-11-071-1/+1