You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/15 19:02:53 UTC

[GitHub] [arrow] kszucs commented on pull request #7767: ARROW-9453: [Rust] Wasm32 compilation support

kszucs commented on pull request #7767:
URL: https://github.com/apache/arrow/pull/7767#issuecomment-658946812


   @rj-atw you can start here https://github.com/apache/arrow/blob/master/docs/source/developers/docker.rst
   
   I assume you'll need to adjust the [rust_build.sh](https://github.com/apache/arrow/blob/master/ci/scripts/rust_build.sh) script to accept either a target arch environment variable (preferable) or a CLI argument than add a new docker-compose entry (like debian-rust-wasm32) similar to [debian-rust](https://github.com/apache/arrow/blob/master/docker-compose.yml#L928) where you pass the wasm variable.
   
   Once that works with `archery docker run debian-rust-wasm32` you can add a matrix entry to execute debian-rust-wasm32 in the [rust github actions configuration](https://github.com/apache/arrow/blob/master/.github/workflows/rust.yml#L52).
   


----------------------------------------------------------------
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:
users@infra.apache.org