Skip building wasm-bindgen-test on non-wasm targets
This reduces compilation time
This commit is contained in:
parent
8dcb4d5ef7
commit
65b5210bdb
@ -15,11 +15,9 @@ std = []
|
|||||||
generic_const_exprs = []
|
generic_const_exprs = []
|
||||||
all_lane_counts = []
|
all_lane_counts = []
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||||
version = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
|
wasm-bindgen-test = "0.3"
|
||||||
[dev-dependencies.wasm-bindgen-test]
|
|
||||||
version = "0.3"
|
|
||||||
|
|
||||||
[dev-dependencies.proptest]
|
[dev-dependencies.proptest]
|
||||||
version = "0.10"
|
version = "0.10"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user