You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the wasm32-wasip2 target was added to Rust, cargo-component did a lot of the heavy lifting to enable rust developers to create p2 components. Now, it is more advantageous to directly use Rust tooling. The docs should be updated to use cargo build --target wasm32-wasip2 plus manual use of wit-bindgen and wkg. This will also better familiarize users with the ecosystem and provide more impetus to get more functionality into the Rust ecosystem