AdamGS opened a new issue, #9977: URL: https://github.com/apache/arrow-rs/issues/9977
**Describe the bug** `parquet-variant` and `parquet-variant-compute` have const assertions about the size of some types that depend on pointer width, so it doesn't build on wasm32. **To Reproduce** ```shell cargo build -p parquet-variant-compute -p parquet-variant --target wasm32-unknown-unknown ``` **Expected behavior** I don't see any reason not to build those on WASM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
