mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-07 22:24:00 -05:00
chore(web-spawn): remove atomics flag
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[target.'cfg(target_arch = "wasm32")']
|
||||
rustflags = ["-C", "target-feature=+atomics,+bulk-memory,+mutable-globals"]
|
||||
rustflags = ["-C", "target-feature=+bulk-memory,+mutable-globals"]
|
||||
|
||||
[unstable]
|
||||
build-std = ["panic_abort", "std"]
|
||||
|
||||
Reference in New Issue
Block a user