-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use emscripten-forge for WASM packages #5
Comments
The arro3 wheels will be provided by pyodide's registry with their next release: pyodide/pyodide#5020 I plan to add geoarrow-rust wheels to pyodide when I publish an 0.3.0 release. I'm following this issue for what pyodide decides on for its wheel solution. I don't really want to deal with another package manager yet, at least while these libraries have rapid iteration. PyPI + Conda + Pyodide is already a lot to manage |
Hopefully, we'll move towards getting PyPI support for Pyodide/Emscripten wheels someday – it would require a PEP, though. Support in |
That would be awesome, but seems like having to match Emscripten ABI compatibility makes that super hard to do |
Yes. Ideally, if we do it, that would make our updates to match Emscripten's releases less frequent. We changed the default ABI tag recently from |
It would be nice to have these WASM wheels:
replaced with emscripten-forge packages, so that they can be installed and managed by a proper package manager.
What do you think?
The text was updated successfully, but these errors were encountered: