bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.81k stars 1.24k forks source link

Rename the `wasm32-wasi` target to `wasm32-wasip1` #8867

Open alexcrichton opened 1 week ago

alexcrichton commented 1 week ago

This rename is happening in upstream Rust and should be in enough places now.

prtest:full

alexcrichton commented 1 week ago

Ok a full CI run confirms a fear I had which is that our current MSRV of 1.77.0 doesn't support wasm32-wasip1. I'll put this PR on ice and try to re-land once Rust 1.80 is released.