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

Provide a script to create a complete emscripten build #126187

Closed
hoodmane opened this issue Oct 30, 2024 · 1 comment
Closed

Provide a script to create a complete emscripten build #126187

hoodmane opened this issue Oct 30, 2024 · 1 comment
Labels
build The build process and cross-build OS-emscripten type-feature A feature request or enhancement

Comments

@hoodmane
Copy link
Contributor

hoodmane commented Oct 30, 2024

This is based on #103065 but for Emscripten. Create a script Tools/wasm/emscripten.py that automates building for Emscripten.

Linked PRs

@picnixz 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.
freakboy3742 pushed a commit that referenced this issue Nov 9, 2024
)

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.
@hoodmane
Copy link
Contributor Author

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
build The build process and cross-build OS-emscripten type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

4 participants