Skip to content

Releases: bytecodealliance/wasm-tools

wasm-tools-1.0.49

30 Oct 15:54
22402e3
Compare
Choose a tag to compare
Bump crate versions (#1266)

Primarily releasing #1262 to get that into the ecosystem ASAP.

wasm-tools-1.0.48

18 Oct 19:31
cc6a4be
Compare
Choose a tag to compare
Bump crate versions (#1256)

wasm-tools-1.0.47

14 Oct 03:43
722b599
Compare
Choose a tag to compare
Bump version numbers and try to future-proof (#1250)

* Update the publish script to handle major version bumps

Yesterday's publish is not the first time where something needed a major
bump was forgotten, so this is an attempt to mitigate future issues.
This requires handwriting the list of public dependencies but that's
hopefully not too bad.

* Bump version numbers

* Add another public dep

wasm-tools-1.0.46

12 Oct 16:08
Compare
Choose a tag to compare
Don't verify wasm-encoder and wasmparser publishes because of circula…

wasm-tools-1.0.45

03 Oct 21:30
d3b6542
Compare
Choose a tag to compare
Bump crate versions (#1227)

wasm-tools-1.0.44

27 Sep 19:10
22b06c1
Compare
Choose a tag to compare
 WIT: Parse and print a semicolon after package statements  (#1221)

* WIT: Parse and print a semicolon after `package` statements

* Update wit-parser tests

* Update other `package` statements with semicolons

* Bump wit-parser version and other deps

wasm-tools-1.0.43

26 Sep 21:29
df170e6
Compare
Choose a tag to compare
Bump crate versions (#1219)

Surprised this time, but no major versions! Just a few bug fixes and
restructuring things internally.

wasm-tools-1.0.42

18 Sep 21:44
Compare
Choose a tag to compare
Fix publishing mistake

Bump wasm-encoder's minor version along with all transitive
dependencies. Fixes a mistake where I forgot to bump `wasm-encoder`
earlier, and now everything will use the latest version of
`wasm-encoder`.

wasm-tools-1.0.40

25 Aug 19:13
8daf745
Compare
Choose a tag to compare
Bump crate versions (#1183)

This is intended to be the final bump of breaking/major changes before
WasmCon on Sep 6-7

wasm-tools-1.0.39

18 Aug 21:05
2e63788
Compare
Choose a tag to compare
Bump crate versions (#1173)

Release latest changes such as:

* `wasm-tools compose` now supports `-t` (#1148)
* The `abi` module is removed from the `wit-parser` crate (#1149, #1159)
* Fix validation of lowered functions in the component model (#1150)
* Fix a panic decoding WIT from a component (#1157)
* Add text format and printing support for `dylink.0` (#1135)
* Support shared-everything linking in `wasm-tools component new` (#1133)
* Printing a WIT document now prints comments as well (#1167)
* Disallow `(borrow $t)` in component function results (#1162)