You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Junyuan Tan (Jira)" <ji...@apache.org> on 2020/11/17 00:22:00 UTC

[jira] [Updated] (ARROW-10627) [Rust] Github master does not compile for WASM target

     [ https://issues.apache.org/jira/browse/ARROW-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Junyuan Tan updated ARROW-10627:
--------------------------------
    Description: 
The current version of Apache Arrow on Github's master branch (as of this commit|[https://github.com/apache/arrow/commit/e5fce7f6a70c370c758b133f025444c98cdd305d])] does not compile for
{noformat}
wasm32-unknown-unknown{noformat}
, whereas the latest disted version (2.0.0) compiles successfully.

I've tested this on a new cargo project by adding:
{code:java}
[dependencies]
 arrow = {git = "https://github.com/apache/arrow"}{code}
and I see the following error:

!Screen Shot 2020-11-16 at 7.13.47 PM.png!

  was:
The current version of Apache Arrow on Github's master branch (as of this commit|[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:

!Screen Shot 2020-11-16 at 7.13.47 PM.png!


> [Rust] Github master does not compile for WASM target
> -----------------------------------------------------
>
>                 Key: ARROW-10627
>                 URL: https://issues.apache.org/jira/browse/ARROW-10627
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>    Affects Versions: 3.0.0
>         Environment: MacOS 10.14, rustc 1.49.0-nightly (5404efc28 2020-11-11)
>            Reporter: Junyuan Tan
>            Priority: Minor
>         Attachments: Screen Shot 2020-11-16 at 7.13.47 PM.png
>
>
> The current version of Apache Arrow on Github's master branch (as of this commit|[https://github.com/apache/arrow/commit/e5fce7f6a70c370c758b133f025444c98cdd305d])] does not compile for
> {noformat}
> wasm32-unknown-unknown{noformat}
> , whereas the latest disted version (2.0.0) compiles successfully.
> I've tested this on a new cargo project by adding:
> {code:java}
> [dependencies]
>  arrow = {git = "https://github.com/apache/arrow"}{code}
> and I see the following error:
> !Screen Shot 2020-11-16 at 7.13.47 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)