We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f0124 commit 38a4491Copy full SHA for 38a4491
crates/core_simd/Cargo.toml
@@ -26,3 +26,7 @@ features = ["alloc"]
26
27
[dev-dependencies.test_helpers]
28
path = "../test_helpers"
29
+
30
+[patch.crates-io]
31
+wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen" }
32
+wasm-bindgen-test = { git = "https://github.com/rustwasm/wasm-bindgen" }
0 commit comments