Skip to content

Releases: bytecodealliance/wasm-pkg-tools

v0.10.0

31 Jan 20:29
v0.10.0
Compare
Choose a tag to compare

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

v0.9.0

10 Dec 16:31
v0.9.0
Compare
Choose a tag to compare
Wkg release 0.9.0

v0.8.5

20 Nov 17:17
cff51c1
Compare
Choose a tag to compare
set version 0.8.5 (#131)

v0.8.4

20 Nov 16:51
68eddbc
Compare
Choose a tag to compare
set version 0.8.4 (#130)

v0.8.3

04 Nov 22:15
v0.8.3
Compare
Choose a tag to compare
Wkg release 0.8.3

v0.8.2

30 Oct 21:09
v0.8.2
Compare
Choose a tag to compare
Wkg release 0.8.2

v0.8.1

25 Oct 17:26
v0.8.1
Compare
Choose a tag to compare
Wkg release 0.8.1

v0.8.0: chore: Updates deps to use latest OCI clients

15 Oct 20:25
Compare
Choose a tag to compare
Signed-off-by: Taylor Thomas <taylor@cosmonic.com>

v0.7.4

03 Oct 16:52
v0.7.4
Compare
Choose a tag to compare
Wkg release 0.7.4

v0.7.3

02 Oct 23:02
v0.7.3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3