wacker-dev / waki

HTTP client and server library for WASI.
https://docs.rs/waki
Apache License 2.0
10 stars 0 forks source link

Rename wasm32-wasi to wasm32-wasip1 #15

Closed iawia002 closed 3 months ago

iawia002 commented 3 months ago

The wasm32-wasi target has been renamed to wasm32-wasip1 and will be deprecated soon.

ref https://github.com/rust-lang/compiler-team/issues/695

After this, we should upgrade cargo-component and update the example to use the wasm32-wasip1 target.