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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
web-time's docs say that Instant::now() panics on WASM. This function is used in NetworkPeer::new() so this would panic on WASM. The rust docs don't document this for some reason, but bevy_utils depends on it, so I'm inclined to believe it.
The text was updated successfully, but these errors were encountered:
I've yet to test WebAssembly
web-time's docs say that
Instant::now()
panics on WASM. This function is used inNetworkPeer::new()
so this would panic on WASM. The rust docs don't document this for some reason, butbevy_utils
depends on it, so I'm inclined to believe it.The text was updated successfully, but these errors were encountered: