wasm-timer 0.2.4

Abstraction over std::time::Instant and futures-timer that works on WASM
Documentation
# Wasm-timer

Exports the `Instant`, `Delay`, `Interval` and `Timeout` structs.

On non-WASM targets, this re-exports the types from `tokio-timer`.
On WASM targets, this uses `web-sys` to implement their functionalities.