Closed DogeDark closed 5 months ago
One of use_debounce's dependencies used std::time::Instant which is not supported on wasm. This PR fixes that.
use_debounce
std::time::Instant
One of
use_debounce
's dependencies usedstd::time::Instant
which is not supported on wasm. This PR fixes that.