summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 0a977cc6e2c81b2ce38e57cf4b7d0c90e621c562 (plain)
1
2
[target.'cfg(target_family="wasm")']
rustflags = ["-C", "llvm-args=--mattr=+bulk-memory-opt,+simd128,+relaxed-simd,+tail-call,+extended-const", "-C", "target-feature=+simd128,+relaxed-simd,+tail-call,+extended-const"]