Releases: bytecodealliance/wasm-tools
Releases · bytecodealliance/wasm-tools
wasm-tools-1.0.34
Bump crate versions (#1047)
wasm-tools-1.0.33
Bump wit-component's major version (#1030) I forgot this in #1025 and otherwise installs of `wit-bindgen` are not working at this time since the 0.8 track of wit-component is using 0.5 of wasm-metadata resulting in duplicate version errors.
wasm-tools-1.0.32
Bump versions (#1025) As requested on #1006
wasm-tools-1.0.31
Bump crate versions (#1002) * Add wit-smith to the list of crates to publish * Bump crate versions I think I got all the major/minor bumps right here this time around, but I think soon we'll need to move to an "always bump major" strategy since otherwise these are becoming pretty inter-dependent and I'm losing track of what needs to be major and when.
wasm-tools-1.0.30
Bump major version of wasm-metadata
wasm-tools-1.0.29
Bump crate verisons (#982) Closes #981
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