Skip to content

Commit

Permalink
Require clock feature for wasm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Jul 1, 2023
1 parent 7b16a5d commit 5ca207d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#![cfg(all(
target_arch = "wasm32",
feature = "wasmbind",
feature = "clock",
not(any(target_os = "emscripten", target_os = "wasi"))
))]

Expand Down

0 comments on commit 5ca207d

Please sign in to comment.