uazu / stakker

A lightweight low-level single-threaded actor runtime
https://uazu.github.io/stakker/
Apache License 2.0
167 stars 9 forks source link

Look into a no_std variant of stakker #34

Open veniamin-ilmer opened 2 years ago

veniamin-ilmer commented 2 years ago

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