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 4c1c658 commit 2698925Copy full SHA for 2698925
.cargo/config
@@ -1,7 +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-unknown-unknown"
5
6
[target.wasm32-unknown-unknown]
7
-rustflags = "-C target-feature=+relaxed-simd"
+rustflags = "-C target-feature=+relaxed-simd"
0 commit comments