Skip to content

Commit

Permalink
fix: fix wasm build command to target 'wasm32-wasip1'
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Jan 21, 2025
1 parent a925d1f commit ce2ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fix:
cargo clippy --fix --allow-dirty

build-wasm:
cargo build --target=wasm32-wasi --release
cargo build --target=wasm32-wasip1 --release

build-lsp:
cargo build --release --manifest-path tools/src/LSP/Cargo.toml
Expand Down

0 comments on commit ce2ccdc

Please sign in to comment.