mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-08 04:13:59 -05:00
6 lines
162 B
TOML
6 lines
162 B
TOML
[target.'cfg(target_arch = "wasm32")']
|
|
rustflags = ["-C", "target-feature=+atomics,+bulk-memory,+mutable-globals"]
|
|
|
|
[unstable]
|
|
build-std = ["panic_abort", "std"]
|