Update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in CI (#4050)

- update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in ci
This commit is contained in:
TianlongLiang
2025-02-01 12:14:06 +08:00
committed by GitHub
parent b6dea221a6
commit 5dcffaa7d2
5 changed files with 9 additions and 9 deletions

View File

@ -1,2 +1,2 @@
# compile with debug symbols and no optimization
rustc --target wasm32-wasi ./test.rs -g -C opt-level=0
rustc --target wasm32-wasip1 ./test.rs -g -C opt-level=0