Closed
Description
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11593
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.