8000 gh-126187 Add emscripten.py script to automate emscripten build by hoodmane · Pull Request #126190 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126187 Add emscripten.py script to automate emscripten build #126190

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 6 commits into from
Nov 9, 2024
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: Michael Droettboom <mdboom@gmail.com>
  • Loading branch information
hoodmane and mdboom authored Nov 7, 2024
commit ac9f92a80e1459a3317ef6df1486a0297b985404
4 changes: 2 additions & 2 deletions Tools/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ access the file system directly.

To cross compile to the ``wasm32-emscripten`` platform you need
[the Emscripten compiler toolchain](https://emscripten.org/),
a Python interpreter, and an install of Node version 18 or newer. Emscripten
3.1.42 or newer are recommended. All commands below are relative to a checkout
a Python interpreter, and an installation of Node version 18 or newer. Emscripten
version 3.1.42 or newer is recommended. All commands below are relative to a checkout
of the Python repository.

#### Install [the Emscripten compiler toolchain](https://emscripten.org/docs/getting_started/downloads.html)
Expand Down
Loading
0