Skip to content

Commit 4c1c658

Browse files
authored
Use relaxed simd feature (#36)
1 parent f1494e8 commit 4c1c658

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cargo/config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# These command aliases are not final, may change
22
[alias]
33
# Alias to build actual plugin binary for the specified target.
4-
prepublish = "build --target wasm32-wasi"
4+
prepublish = "build --target wasm32-wasi"
5+
6+
[target.wasm32-unknown-unknown]
7+
rustflags = "-C target-feature=+relaxed-simd"

0 commit comments

Comments
 (0)