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
cargo component itself uses the Rust wasm32-wasip1 target to produce core Wasm modules, and applies the component adapter to produce Wasm components. It doesn't currently work with the wasm32-wasip2 target.
I use
.cargo/config.toml
to control the compilation of workspace.But
cargo component build
still generateswasm32-wasip1
cargo-component-component 0.19.0
The text was updated successfully, but these errors were encountered: