bytecodealliance / bytecodealliance/cargo-component
`cargo component` does not obey `.cargo/config.toml`
Open
- Dominant language
- Rust
- Stars
- 593
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
I use `.cargo/config.toml` to control the compilation of workspace.
```toml
# .cargo/config.toml
[build]
target = "wasm32-wasip2"
```
But `cargo component build` still generates `wasm32-wasip1`
```yaml
cargo-component-component 0.19.0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.