1 2 3 4 5
use web_sys::window; pub fn now() -> f64 { window().unwrap().performance().unwrap().now() }