We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
js-sys
target_feature = "atomics"
1 parent e024029 commit 6feb9b7Copy full SHA for 6feb9b7
Cargo.toml
@@ -65,6 +65,7 @@ windows-targets = "0.52"
65
# wasm_js
66
[target.'cfg(all(getrandom_backend = "wasm_js", target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies]
67
wasm-bindgen = { version = "0.2.98", default-features = false }
68
+[target.'cfg(all(getrandom_backend = "wasm_js", target_arch = "wasm32", any(target_os = "unknown", target_os = "none"), target_feature = "atomics"))'.dependencies]
69
js-sys = { version = "0.3.75", default-features = false }
70
[target.'cfg(all(getrandom_backend = "wasm_js", target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dev-dependencies]
71
wasm-bindgen-test = "0.3"
0 commit comments