Skip to content

wasm-tools-1.0.27

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 23:05
· 638 commits to main since this release
861bfaa
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