Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-127629: Add ctypes to the Emscripten build#127683
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Functionally, this works fine; a couple of questions inline about documentation and gross structure.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again. Thanks@freakboy3742! |
Thanks for making the requested changes! @freakboy3742: please review the changes made to this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍 Thanks for those fixes - this looks great!
3b18af9 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Adds tooling to build libffi and add ctypes to the stdlib for Emscripten.
| export EM_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" | ||
| # Specific variables for cross-compilation | ||
| export CHOST="wasm32-unknown-linux"# wasm32-unknown-emscripten |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why did this end up beingwasm32-unknown-linux instead ofwasm32-unknown-emscripten?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Good question. Maybe I put it that way while debugging and didn't notice before merging.
Uh oh!
There was an error while loading.Please reload this page.