We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1494e8 commit 4c1c658Copy full SHA for 4c1c658
.cargo/config
@@ -1,4 +1,7 @@
1
# These command aliases are not final, may change
2
[alias]
3
# Alias to build actual plugin binary for the specified target.
4
-prepublish = "build --target wasm32-wasi"
+prepublish = "build --target wasm32-wasi"
5
+
6
+[target.wasm32-unknown-unknown]
7
+rustflags = "-C target-feature=+relaxed-simd"
0 commit comments