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
The Arrow crate successfully compiles to WebAssembly (e.g. https://github.com/domoritz/arrow-wasm) but the Parquet crate currently does not support thewasm32-unknown-unknown target.
Try out the repository at domoritz/parquet-wasm@e877f9a. The problem seems to be in liblz4, even if I do not include lz4 in the feature flags.