Skip to content

Commit

Permalink
fix(): change config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyulun390 committed Nov 1, 2024
1 parent 96eee8a commit 93067bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# These command aliases are not final, may change
[alias]
# Alias to build actual plugin binary for the specified target.
build-wasi = "build --target wasm32-wasip1"
build-wasm32 = "build --target wasm32-unknown-unknown"
build-wasi = "build --target wasm32-wasi"
build-wasm32 = "build --target wasm32-unknown-unknown"

0 comments on commit 93067bf

Please sign in to comment.