mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-01-08 04:03:53 -05:00
8 lines
165 B
TOML
8 lines
165 B
TOML
[target.wasm32-unknown-unknown]
|
|
rustflags = [
|
|
"-C",
|
|
"target-feature=+atomics,+bulk-memory,+mutable-globals",
|
|
]
|
|
|
|
[unstable]
|
|
build-std = ["panic_abort", "std"] |