You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's an important differentiator for geoarrow-rust to work in pyodide. The biggest blocker here is that multiple-pymethods doesn't work for the wasm32-unknown-emscripten target (see PyO3/pyo3#2517 and PyO3/pyo3#3628).
Conditionally compile only top-level functions and data classes with only core methods.
dev docs for compiling to pyodide
Add note to class methods that those don't exist in the pyodide build.
Add CI testing to verify that the --no-default-features build works when compiling to emscripten
I think it's an important differentiator for geoarrow-rust to work in pyodide. The biggest blocker here is that
multiple-pymethods
doesn't work for thewasm32-unknown-emscripten
target (see PyO3/pyo3#2517 and PyO3/pyo3#3628).--no-default-features
build works when compiling to emscriptenThe text was updated successfully, but these errors were encountered: