AtheMathmo / rusty-machine

Machine Learning library for Rust
https://crates.io/crates/rusty-machine/
MIT License
1.25k stars 153 forks source link

WebAssembly support in rand dependency #186

Closed kirch7 closed 6 years ago

kirch7 commented 6 years ago

I suggest changing the rand dependency version to 0.4.1: https://github.com/rust-lang-nursery/rand/commit/cbd99e5e8822018f028464927dac13beb4007bf6 This would allow building to wasm32-unknown-unknown target.

zackmdavis commented 6 years ago

thanks: 0c41dd17