use OnceLock;
// Source: `web_time::Instant` elapsed from a process-local start instant.
// Guarantee: monotonic elapsed time within the current WASM instance. Values are
// already nanoseconds, so calibration should converge to a 1:1 rate.
static START: = new;