From 6de7345e392ad4eb5c41685c4a18747e42f90fec Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Sun, 16 Jul 2023 14:22:40 +0100 Subject: Improve the wasm ui. (#178) * Improve the wasm ui. * Improve the UI. * Cosmetic changes. --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo') 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"] -- cgit v1.2.3