uazu/stakker

Look into a no_std variant of stakker

veniamin-ilmer opened this issue · 0 comments

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..