Releases: bytecodealliance/wasm-tools
Releases · bytecodealliance/wasm-tools
wasm-tools-1.0.28
Bump wasmprinter to 0.2.54; wasm-mutate to 0.2.22; wasm-tools to 1.0.…
wasm-tools-1.0.27
Fix base case for wit-parser's variant alignment (#951) * Fix base case for wit-parser's variant alignment This fixes a bug in #948 discovered by wit-bindgen's test suite which I forgot to run prior to landing it here. Historically much of the ABI code in `wit-parser` was tested by `wit-bindgen` but after the extraction there is no testing of it in this repository, so this is something we'll want to improve in the future. This commit additionally includes a minor version bump for the wit-parser crate. * Bump wit-parser's version
wasm-tools-1.0.26
Bump crate versions (#950) `wasm-tools-c-api` 0.1.1 => 0.1.1 `wasm-mutate-stats` 0.1.0 => 0.1.0 `wit-parser-fuzz` 0.0.1 => 0.0.1 `wasmparser` 0.101.1 => 0.102.0 `wasm-encoder` 0.24.1 => 0.25.0 `wasmprinter` 0.2.52 => 0.2.53 `wast` 54.0.1 => 55.0.0 `wat` 1.0.60 => 1.0.61 `wasm-smith` 0.12.4 => 0.12.5 `wasm-mutate` 0.2.20 => 0.2.21 `wasm-shrink` 0.1.21 => 0.1.22 `wasm-compose` 0.2.9 => 0.2.10 `wit-parser` 0.6.2 => 0.6.3 `wasm-metadata` 0.3.0 => 0.3.1 `wit-component` 0.7.1 => 0.7.2 `wasm-tools` 1.0.25 => 1.0.26 Notably this includes #944 which updates relaxed-simd support and #946 which restricts WIT and the component model's overlapping imports/exports.
wasm-tools-1.0.24
Bump wit-parser to 0.6.1
wasm-tools-1.0.23
Bump crate versions (#921)
wasm-tools-1.0.22
Bump crate versions (#907) * Add wasm-metadata to publish script * Bump crate versions Publish the new support for a `metadata` command
wasm-tools-1.0.21
Bump wit-{component,parser} crate versions (#902) Account for changes made in #901 and do a major release for those crates. This'll also kick CI to test out the builds added in #897.