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.
2 parents 0282e8e + e0aaba5 commit dd03cdfCopy full SHA for dd03cdf
plonk-wasm/config.toml
@@ -4,6 +4,8 @@ rustflags = [
4
"target-feature=+atomics,+bulk-memory",
5
]
6
7
+# NB: atomics is required for concurrency
8
+# https://github.com/rust-lang/rust/issues/77839
9
[target.wasm32-unknown-unknown]
10
rustflags = [
11
"-C",
0 commit comments