-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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 WASI build #103065
Labels
Comments
https://github.com/python/cpython-source-deps might be helpful in supporting more extension modules. |
brettcannon
changed the title
Provide a script to create a zip file containing a complete WASI build
Provide a script to create a complete WASI build
Aug 21, 2023
FYI I have a branch going where I'm creating a |
brettcannon
added a commit
that referenced
this issue
Nov 30, 2023
…t to simplify doing a WASI build (GH-112473)
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…asm/wasi.py` script to simplify doing a WASI build (pythonGH-112473)
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…asm/wasi.py` script to simplify doing a WASI build (pythonGH-112473)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/brettcannon/cpython-wasi-build currently constructs a zip file that one can use to run CPython when built for WASI. But the bundling of everything together is slightly finicky, so having a script or command in
wasm_build.py
that constructs the zip file would be helpful. This also works towards not only a universal understanding of how these sorts of zip file should be constructed, but also towards making it easy for release managers to create a release.Linked PRs
Tools/wasm/wasi.py
script to simplify doing a WASI build #112473The text was updated successfully, but these errors were encountered: