8000 Release v0.10.0 · bytecodealliance/wasm-pkg-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 20:29
· 8 commits to main since this release
v0.10.0

Breaking Changes

Please note that the optional metadata section of the wkg.toml file has changed to match the newly supported metadata options for Wasm. This feature was more lightly used than other features so we made the decision to "rip the bandaid" and make the changes. Namely:

  • The authors field has been renamed to author and is now a single string rather than a vec of strings
  • license has been renamed to licenses but is backwards compatible (it will parse both)
  • repository has been renamed to source but is backwards compatible (it will parse both)
  • categories and documentation have been removed

If your config has the authors, categories, or documentation fields, an error will be returned so as to not silently ignore no longer supported fields

Notable changes

We found that by default unstable features were not being included when packaging interfaces. This has now been addressed and all features are included. The enabling of those features is handled by consumers of the interface

What's Changed

Full Changelog: v0.9.0...v0.10.0

0