-
Notifications
You must be signed in to change notification settings - Fork 804
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
wasm32-emscripten CI additions #2582
Comments
@hoodmane given there's been some time I wonder if you can share some thoughts on how relevant you think these ideas still are, and maybe lay out what resources I should look at to make the changes you had in mind? (Or if there's other things you'd recommend the PyO3 CI start to cover?) |
I noticed that in Python 3.12 there is a tool to build wasm in tree. I wonder if we want to use this. Tools/wasm/wasm_build.py Also we potentially want to test pyodide, maybe as a replacement for building in-tree cpython? (Or in addition to.) |
Well they are still relevant but the good news is that in practice it seems to work fine. My highest priority for Rust is to fix wasm-eh: Testing against Pyodide is pretty reasonable. The build settings that |
Updated the OP to add a note for async tests after #3540 merges |
Future additions for the emscripten CI job:
Well there's a couple more things I'm interested in:
Originally posted by @hoodmane in #2412 (comment)
async fn
in macros with coroutine implementation #3540The text was updated successfully, but these errors were encountered: