roee88 opened a new pull request #324:
URL: https://github.com/apache/arrow-rs/pull/324
# Which issue does this PR close?
Closes #316
# Rationale for this change
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.
# What changes are included in this PR?
Same as https://github.com/apache/arrow-rs/pull/303 but without limiting to
specific architectures. The rationale is described in #316. If this turns out
to be a problem with the CI then I will revert to just adding `wasm32` to
build.rs.
# Are there any user-facing changes?
No
--
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]