summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/wasi-env
Commit message (Collapse)AuthorAgeFilesLines
* gh-95853: Add script to automate WASM build (GH-95828)Christian Heimes2022-08-131-1/+2
| | | | | | | | | | | | Automate WASM build with a new Python script. The script provides several build profiles with configure flags for Emscripten flavors and WASI. The script can detect and use Emscripten SDK and WASI SDK from default locations or env vars. ``configure`` now detects Node arguments and creates HOSTRUNNER arguments for Node 16. It also sets correct arguments for ``wasm64-emscripten``. Co-authored-by: Brett Cannon <brett@python.org>
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-7/+0
| | | Co-authored-by: Brett Cannon <brett@python.org>
* gh-95174: Move WASIX logic into wasi-env (GH-95320)Christian Heimes2022-07-271-6/+20
| | | | | | wasi-env now sets WASIX flags. This allows us to control all build parameter for wasm32-wasi buildbot from CPython repository. Also export and improve SYSROOT parameter.
* gh-95205: Improve WASM README.md (GH-95267)Christian Heimes2022-07-261-0/+68
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>