Failed to copy wasm binary using target wasm32-wasip1
when using Rust 1.81
#1317
Labels
bug
Something isn't working
wasm32-wasip1
when using Rust 1.81
#1317
Version
What happened
Rust has recently renamed it's wasi target from
wasm32-wasi
towasm32-wasip1
.Using the old name is starting to generate warnings in Rust 1.81.
I am unable to upgrade the target, as I get the following error:
which makes sense, as the binary is now in
target/wasm32-wasip1/...
Full command output:
The text was updated successfully, but these errors were encountered: