summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/README.md
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in Tools/wasm/README.md(#118358)Xie Yanbo2024-04-281-1/+1
* GH-116314: Update `Tools/wasm/README.md` to point to the devguide for buildin...Brett Cannon2024-03-071-61/+3
* Update README.md (#114974)Skip Montanaro2024-02-041-1/+1
* Clarify that WASI tool requirements are included in the devcontainer (GH-112561)Brett Cannon2023-11-301-8/+8
* GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...Brett Cannon2023-11-301-72/+40
* Fix argument ordering of embuilder command documented in `Tools/wasm/README.m...OmniTroid2023-09-261-1/+1
* Fix invocation of wasm_build.py for node (GH-109383)Sam Gross2023-09-131-1/+1
* GH-102404, GH-100956: Document how to do a WASI build (GH-105251)Brett Cannon2023-06-021-174/+146
* Fix typo and old link in wasm readme (#101096)Zac Hatfield-Dodds2023-01-181-2/+2
* Fix typo in Tools/wasm/README.md (GH-99384)Ikko Ashimine2022-11-111-1/+1
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-2/+2
* gh-95853: Multiple ops and debug for wasm_build.py (#96744)Christian Heimes2022-09-111-12/+40
* gh-95853: Add script to automate WASM build (GH-95828)Christian Heimes2022-08-131-7/+35
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-13/+4
* gh-95174: Move WASIX logic into wasi-env (GH-95320)Christian Heimes2022-07-271-3/+2
* gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)Christian Heimes2022-07-271-1/+1
* gh-95205: Improve WASM README.md (GH-95267)Christian Heimes2022-07-261-12/+44
* gh-95205: Improve wasm README (#95206)Erlend Egeberg Aasland2022-07-251-2/+6
* gh-84461: Build Emscripten with WASM BigInt support (#94219)Christian Heimes2022-06-241-1/+3
* gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)Christian Heimes2022-06-241-0/+2
* gh-84461: Document how to install SDKs manually (GH-93844)Christian Heimes2022-06-151-0/+78
* gh-90473: WASI requires proper open(2) flags (GH-93529)Christian Heimes2022-06-061-0/+3
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Christian Heimes2022-06-021-1/+13
* gh-90473: Misc test fixes for WASI (GH-93218)Christian Heimes2022-05-251-1/+5
* gh-90473: WASI: skip gethostname tests (GH-93092)Christian Heimes2022-05-231-0/+1
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-191-2/+19
* gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)Christian Heimes2022-04-231-10/+15
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-231-11/+54
* bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes2022-04-101-3/+89
* bpo-40280: Add limited Emscripten REPL (GH-32284)Christian Heimes2022-04-051-15/+44
* bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)Christian Heimes2022-04-041-12/+11
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-051-19/+89
* bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)Christian Heimes2022-01-121-1/+17
* bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)Christian Heimes2021-12-181-0/+55