Skip to content

Commit dd03cdf

Browse files
authored
Merge pull request #3303 from o1-labs/dw/add-info-atomics
plonk-wasm: add a note for the atomics
2 parents 0282e8e + e0aaba5 commit dd03cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plonk-wasm/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ rustflags = [
44
"target-feature=+atomics,+bulk-memory",
55
]
66

7+
# NB: atomics is required for concurrency
8+
# https://github.com/rust-lang/rust/issues/77839
79
[target.wasm32-unknown-unknown]
810
rustflags = [
911
"-C",

0 commit comments

Comments
 (0)