extern"C"{pubfnnaia_now()->f64;}#[doc(hidden)]pubstructTimestamp;implTimestamp{/// Returns the current wall-clock time as milliseconds since the Unix epoch.
pubfnnow()->u64{// Safety: naia_now() is an extern "C" function provided by the miniquad JavaScript
// runtime. It returns the current time in milliseconds as a double with no side-effects
// and no preconditions. wasm32 is single-threaded so there are no data races.
unsafe{naia_now()asu64}}}