Files
candle/.cargo/config.toml
Laurent Mazare 6de7345e39 Improve the wasm ui. (#178)
* Improve the wasm ui.

* Improve the UI.

* Cosmetic changes.
2023-07-16 14:22:40 +01:00

9 lines
224 B
TOML

[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native"]
[target.aarch64-apple-darwin]
rustflags = ["-C", "target-cpu=native"]
[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+simd128"]