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.
1 parent e6006bf commit 669df5eCopy full SHA for 669df5e
parquet/Cargo.toml
@@ -30,6 +30,8 @@ rust-version = { workspace = true }
30
31
[target.'cfg(target_arch = "wasm32")'.dependencies]
32
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
33
+# See https://github.com/briansmith/ring/issues/918#issuecomment-2077788925
34
+ring = { version = "0.17", features = ["wasm32_unknown_unknown_js"] }
35
36
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
37
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
0 commit comments