galibey opened a new pull request, #1731: URL: https://github.com/apache/avro/pull/1731
At this moment, due to dependency on `getrandom` crate, the Rust library can't compile for WebAssembly (`wasm32-unknown-unknown` target). There is a workaround for environments containing JavaScript https://docs.rs/getrandom/0.2.7/getrandom/#webassembly-support but for others, it can't be used. This PR replaces the usage of random generating for `wasm32` with the one that supports `wasm32`. -- 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]
