Skip to content

v0.10.1

Compare
Choose a tag to compare
@peterhuene peterhuene released this 13 Mar 22:48
· 45 commits to main since this release
658dc2e

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 in Cargo.toml (the default for cargo 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

Full Changelog: v0.10.0...v0.10.1