mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-03 07:46:24 +00:00
Require clock
feature for wasm
tests
This commit is contained in:
parent
7cc0ca8c8b
commit
bd23f5b437
@ -8,6 +8,7 @@
|
|||||||
#![cfg(all(
|
#![cfg(all(
|
||||||
target_arch = "wasm32",
|
target_arch = "wasm32",
|
||||||
feature = "wasmbind",
|
feature = "wasmbind",
|
||||||
|
feature = "clock",
|
||||||
not(any(target_os = "emscripten", target_os = "wasi"))
|
not(any(target_os = "emscripten", target_os = "wasi"))
|
||||||
))]
|
))]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user