wasmtimer 0.2.1

Time utils from std::time, tokio::time and tokio_util::time on WASM targets
Documentation
1
2
3
4
5
6
7
8
9
- 0.0.1 - Initial version with tokio, tokio_util, std APIs
- 0.1.0 - Added serde support with an additional feature `serde`.
        - Changed the version requirements of dependencies to match future versions
- 0.2.0 - Used `performance` and `set_timeout` from `js_sys::global`.
        - Fixed #3 NodeJS Support
        - Fixed #5 Web Worker Support
- 0.2.1 - Fixing the clippy warnings
        - fix: impl traits on SystemTime
        - Fix example inclusion