1 2 3 4 5
#[cfg(not(target_family = "wasm"))] pub use std::time::{Duration, Instant}; #[cfg(target_family = "wasm")] pub use web_time::{Duration, Instant};