Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-95853: Multiple ops and debug for wasm_build.py #96744

Merged
merged 1 commit into from
Sep 11, 2022
Merged

Conversation

tiran
Copy link
Member

@tiran tiran commented Sep 10, 2022

  • wasm_build.py now supports multiple operations.
  • only build (default) performs auto-building
  • new ops configure and compile.
  • better help
  • repl starts wasm_webserver and opens browser repl
  • test and hostrunnertest now support custom testopts

- `wasm_build.py` now supports multiple operations.
- only `build` (default) performs auto-building
- new ops `configure` and `compile`.
- better help
- `repl` starts `wasm_webserver` and opens browser repl
- `test` and `hostrunnertest` now support custom testopts
@tiran tiran merged commit 1fc8bd3 into python:main Sep 11, 2022
@tiran tiran deleted the gh-95853-4 branch September 11, 2022 07:51
tiran added a commit to tiran/cpython that referenced this pull request Sep 11, 2022
tiran added a commit that referenced this pull request Sep 13, 2022
GH-96045, GH-96389, GH-96744) (GH-96749)

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``.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants