-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Provide a script to create a complete emscripten build #126187
Labels
Comments
picnixz
added
type-feature
A feature request or enhancement
build
The build process and cross-build
labels
Oct 30, 2024
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Oct 30, 2024
This is modeled heavily on `Tools/wasm/wasi.py`. I tested it manually, hopefully we can soon use it as the basis for an Emscripten build bot. There are a few hacks to work around problems. I prioritized adding a script that works as soon as possible without changing other files over making it non-hacky. I will clean it up in followup.
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Oct 31, 2024
This is modeled heavily on `Tools/wasm/wasi.py`. I tested it manually, hopefully we can soon use it as the basis for an Emscripten build bot. There are a few hacks to work around problems. I prioritized adding a script that works as soon as possible without changing other files over making it non-hacky. I will clean it up in followup.
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Oct 31, 2024
This is modeled heavily on `Tools/wasm/wasi.py`. I tested it manually, hopefully we can soon use it as the basis for an Emscripten build bot. There are a few hacks to work around problems. I prioritized adding a script that works as soon as possible without changing other files over making it non-hacky. I will clean it up in followup.
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Nov 7, 2024
This is modeled heavily on `Tools/wasm/wasi.py`. I tested it manually, hopefully we can soon use it as the basis for an Emscripten build bot. There are a few hacks to work around problems. I prioritized adding a script that works as soon as possible without changing other files over making it non-hacky. I will clean it up in followup.
Closed by #126190. |
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 8, 2024
…python#126190) Add emscripten.py script to automate emscripten build. This is modeled heavily on `Tools/wasm/wasi.py`. This will form the basis of an Emscripten build bot.
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…python#126190) Add emscripten.py script to automate emscripten build. This is modeled heavily on `Tools/wasm/wasi.py`. This will form the basis of an Emscripten build bot.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This is based on #103065 but for Emscripten. Create a script
Tools/wasm/emscripten.py
that automates building for Emscripten.Linked PRs
The text was updated successfully, but these errors were encountered: