Releases: bytecodealliance/wasm-tools
Releases · bytecodealliance/wasm-tools
wasm-tools-1.0.49
Bump crate versions (#1266) Primarily releasing #1262 to get that into the ecosystem ASAP.
wasm-tools-1.0.48
Bump crate versions (#1256)
wasm-tools-1.0.47
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
Don't verify wasm-encoder and wasmparser publishes because of circula…
wasm-tools-1.0.45
Bump crate versions (#1227)
wasm-tools-1.0.44
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
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
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
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
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)