Skip building wasm-bindgen-test on non-wasm targets

This reduces compilation time
This commit is contained in:
bjorn3 2023-03-26 12:56:35 +02:00
parent 8dcb4d5ef7
commit 65b5210bdb

View File

@ -15,11 +15,9 @@ std = []
generic_const_exprs = []
all_lane_counts = []
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
version = "0.2"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen = "0.2"
wasm-bindgen-test = "0.3"
[dev-dependencies.proptest]
version = "0.10"