smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
409 stars 35 forks source link

Add wasm support #6

Closed chemicstry closed 4 years ago

chemicstry commented 4 years ago

Currently this library (and async-executor) crashes on wasm due to missing std::time. This replaces it with cross-platform library instant.

Note that instant library could be used by default on all targets, but I added it for wasm32 only as it cuts dependency count on native targets.

ghost commented 4 years ago

Published v1.4.0.