8000 gh-95853: Add script to automate WASM build (GH-95828) by tiran · Pull Request #95828 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95853: Add script to automate WASM build (GH-95828) #95828

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

Merged
merged 17 commits into from
Aug 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
tiran and brettcannon authored Aug 13, 2022
commit 77a957b9ca99e71328853f0b42d71e5ac6b0dba8
2 changes: 1 addition & 1 deletion Tools/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ make -j$(nproc)
popd
```

### Cross compile to wasm32-emscripten for browser
### Cross-compile to wasm32-emscripten for browser

```shell
./Tools/wasm/wasm_build.py emscripten-browser
Expand Down
0