You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this crate on a wasm target causes an immediate panic when Instant from std::time is created. It would be great if std::time could be replaced with web_time which calls browser native time functions when built for wasm, and simply re-exports std::time when not built for wasm.