Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
MacOS 10.14, rustc 1.49.0-nightly (5404efc28 2020-11-11)
Description
The current version of Apache Arrow on Github's master branch (as of https://github.com/apache/arrow/commit/e5fce7f6a70c370c758b133f025444c98cdd305d) does not compile for wasm32-unknown-unknown, whereas the latest disted version (2.0.0) compiles successfully.
I've tested this on a new cargo project by adding:
[dependencies]
arrow = {git = "https://github.com/apache/arrow"}
and I see the following error:
Attachments
Attachments
Issue Links
- links to