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 WASI build #103065

Closed
brettcannon opened this issue Mar 27, 2023 · 2 comments
Closed

Provide a script to create a complete WASI build #103065

brettcannon opened this issue Mar 27, 2023 · 2 comments
Labels
OS-wasi type-feature A feature request or enhancement

Comments

@brettcannon
Copy link
Member

brettcannon commented Mar 27, 2023

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

@brettcannon
Copy link
Member Author

https://github.com/python/cpython-source-deps might be helpful in supporting more extension modules.

@brettcannon 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
@brettcannon
Copy link
Member Author

FYI I have a branch going where I'm creating a wasi.py file to encompass everything WASI-related.

brettcannon added a commit that referenced this issue Nov 30, 2023
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-wasi type-feature A feature request or enhancement
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant