From 2b182dc76932245839aa466453dff3f8e869c824 Mon Sep 17 00:00:00 2001 From: af828333 <8605927+redfave@users.noreply.github.com> Date: Tue, 18 Jan 2022 11:29:43 +0100 Subject: [PATCH] build with WASM SIMD128 instructions enabled by default --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..37b68ac --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = "-C target-feature=+simd128" \ No newline at end of file