Skip to content

Commit 2698925

Browse files
authored
Update publishing alias (#37)
1 parent 4c1c658 commit 2698925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cargo/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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-unknown-unknown"
55

66
[target.wasm32-unknown-unknown]
7-
rustflags = "-C target-feature=+relaxed-simd"
7+
rustflags = "-C target-feature=+relaxed-simd"

0 commit comments

Comments
 (0)