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 2022/03/20 20:15:49 UTC

[GitHub] [arrow-datafusion] MrBigtool opened a new issue #2042: zstd-sys error

MrBigtool opened a new issue #2042:
URL: https://github.com/apache/arrow-datafusion/issues/2042


   Hi, I am new in rust but I want to do an experiment with this library in a web assembly project.
   
   Just I am adding the lib: 
   
   `[lib]
   crate-type = ["cdylib"]
   
   [dependencies]
   wasm-bindgen = "0.2.67"
   datafusion = "7.0.0"
   tokio = "1.17.0"
   getrandom = { version = "0.2.5", features = ["js"] }`
   
   And it is causing the error:
   
   `error: failed to run custom build command for 'zstd-sys v1.6.3+zstd.1.5.2'`
   
   I dont understand if I need to install ZSTD additionally in my mac to use this library.
   
   


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Igosuki commented on issue #2042: zstd-sys error

Posted by GitBox <gi...@apache.org>.
Igosuki commented on issue #2042:
URL: https://github.com/apache/arrow-datafusion/issues/2042#issuecomment-1074918253


   You need zstd bindings for the target runtime, https://github.com/gyscos/zstd-rs/wiki/Compile-for-WASM


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org