mirror of
https://github.com/fluencelabs/wasm-timer
synced 2025-04-25 03:02:13 +00:00
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
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.
Languages
Rust
100%