chore(web-spawn): remove atomics flag

This commit is contained in:
dan
2025-12-04 12:14:05 +02:00
parent 566c621ffa
commit 42e75f000b

View File

@@ -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"]