Skip to content

v0.10.0

Compare
Choose a tag to compare
@peterhuene peterhuene released this 12 Mar 19:49
· 53 commits to main since this release
c606318

New features

The biggest change included in this release is the support for the latest Warg registry protocol (including registry auth tokens) and also moved the keyring management out of cargo-component and into the warg-credentials crate.

Bug fixes

The code generated by cargo component new --target now properly works with the latest generated bindings when the target world contains exports with resources; it now generates a scaffolding type to implement a resource and sets the trait-associated type when generating interface implementations.

Compatibility

  • Wasmtime: 17.0.0+
  • WASI: 0.2.0
  • Warg (registry support): 0.4.0

What's Changed

Full Changelog: v0.9.1...v0.10.0