Open davidbrochart opened 2 months ago
The arro3 wheels will be provided by pyodide's registry with their next release: https://github.com/pyodide/pyodide/pull/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 cibuildwheel
via https://github.com/pypa/cibuildwheel/pull/1456 was the first step, which has been accomplished.
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 emscripten3_1_58
to pyodide_2024_0
, so updating twice a year (or less) would be a reasonable option.
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?