v0.10.1
Bug fixes
This patch release contains a single fix to prevent bindings being generated for cargo projects that are not meant to be components.
Bindings generation now only occurs based on either:
- The presence of a
[package.metadata.component]
section inCargo.toml
(the default forcargo component new
projects). - The presence of a
wit
directory in the project.
Compatibility
- Wasmtime: 17.0.0+
- WASI: 0.2.0
- Warg (registry support): 0.4.0
What's Changed
- Prevent bindings generation for normal cargo projects. by @peterhuene in #260
- Bump
cargo-component
version to 0.10.1. by @peterhuene in #261
Full Changelog: v0.10.0...v0.10.1