roee88 opened a new issue #316: URL: https://github.com/apache/arrow-rs/issues/316
packed_simd compiles to wasm32-wasi and wasm32-unknown-unknown targets (and includes CI against it). It will only work on WASM runtimes that support the WASM SIMD proposal but that's no reason to block it from arrow-rs side. **Describe the solution you'd like** Add wasm32 to https://github.com/apache/arrow-rs/blob/c863a2c44bffa5c092a49e07910d5e9225483193/arrow/build.rs#L24 **Describe alternatives you've considered** Optional features should not be limited to specific architectures in arrow-rs itself. The arrow-rs CI shouldn't run tests with combinations that are not known to work, but as a user I would expect that if I enable a feature then it's enabled (and might create a failure on its own if it doesn't work yet). It took me a while to understand why I get the error described in #232 when targeting wasm32. This would probably require changes to the CI workflows though. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
