diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-07-16 14:22:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 14:22:40 +0100 |
commit | 6de7345e392ad4eb5c41685c4a18747e42f90fec (patch) | |
tree | 1495cd1fa03fe9ae341375a8a069d9e3aee1ea68 /.cargo | |
parent | 104f89df31298f2d7b80b359e97dfee7433d52ff (diff) | |
download | candle-6de7345e392ad4eb5c41685c4a18747e42f90fec.tar.gz candle-6de7345e392ad4eb5c41685c4a18747e42f90fec.tar.bz2 candle-6de7345e392ad4eb5c41685c4a18747e42f90fec.zip |
Improve the wasm ui. (#178)
* Improve the wasm ui.
* Improve the UI.
* Cosmetic changes.
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index a6c6276e..8ff190a4 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,3 +3,6 @@ rustflags = ["-C", "target-cpu=native"] [target.aarch64-apple-darwin] rustflags = ["-C", "target-cpu=native"] + +[target.wasm32-unknown-unknown] +rustflags = ["-C", "target-feature=+simd128"] |