https://github.com/infinyon/fluvio/pull/4340 introduced a bug for adding `std::time::Instant::now()`, this panics on WASM. We need to catch these runtime problems on CI.
#4340 introduced a bug for adding
std::time::Instant::now(), this panics on WASM.We need to catch these runtime problems on CI.