Require clock feature for wasm tests

This commit is contained in:
Paul Dicker 2023-07-01 16:16:46 +02:00 committed by Paul Dicker
parent 7cc0ca8c8b
commit bd23f5b437

View File

@ -8,6 +8,7 @@
#![cfg(all(
target_arch = "wasm32",
feature = "wasmbind",
feature = "clock",
not(any(target_os = "emscripten", target_os = "wasi"))
))]