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:
@ -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
|
||||
Reference in New Issue
Block a user