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
I just attempted to use stakker in a wasm project.
I got back an error that wasm doesn't support std::time. Looking online I see there are several variants of workarounds, like using the instant crate, but I cannot use this because the stalker new function requires the std::time::Instant as input..
The text was updated successfully, but these errors were encountered:
I just attempted to use stakker in a wasm project.
I got back an error that wasm doesn't support
std::time
. Looking online I see there are several variants of workarounds, like using theinstant
crate, but I cannot use this because the stalkernew
function requires thestd::time::Instant
as input..The text was updated successfully, but these errors were encountered: