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
It makes wasm32-unknown-unknown builds with a JS environment to
use Date.now for generating timestamps instead of std::time::SystemTime::now, which is unsupported on the platform.