kylebarron commented on pull request #1414:
URL: https://github.com/apache/arrow-rs/pull/1414#issuecomment-1068234831


   Version 0.11.0 is missing the shim header files for wasm support. I updated 
the `Cargo.toml`'s `include` array in 
https://github.com/gyscos/zstd-rs/pull/145 and that was included in 0.11.1.
   
   Now the parquet crate builds with
   ```
   cargo build --target wasm32-unknown-unknown --no-default-features --features 
zstd
   ```
   (after adding `getrandom = { version = "0.2.3", features = ["js"] }`, needed 
for wasm, though usually marked as a dependency by a downstream package).


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to