stevenarella/protocol
iceiix 503a98d7a8
Use instant over std::time, for wasm compat (#449)
Replace std::time with the `instant` crate, which bridges to std::time on
native but on wasm calls performance.now() instead of panicking.

A step towards 🕸️ Web support #446

* logo: replace SystemTime/UNIX_EPOCH with Instant
2020-12-27 15:06:03 -08:00
..
src Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
Cargo.lock Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
Cargo.toml Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00