Dominik Moritz created ARROW-11593: -------------------------------------- Summary: Parquet does not support wasm32-unknown-unknown target Key: ARROW-11593 URL: https://issues.apache.org/jira/browse/ARROW-11593 Project: Apache Arrow Issue Type: Improvement Components: Rust Reporter: Dominik Moritz
The Arrow crate successfully compiles to WebAssembly (e.g. https://github.com/domoritz/arrow-wasm) but the Parquet crate currently does not support the`wasm32-unknown-unknown` target. Try out the repository at https://github.com/domoritz/parquet-wasm/commit/e877f9ad9c45c09f73d98fab2a8ad384a802b2e0. The problem seems to be in liblz4, even if I do not include lz4 in the feature flags. -- This message was sent by Atlassian Jira (v8.3.4#803005)