Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 18:58
· 32 commits to main since this release
bb605ce

Changed

  • Breaking: package cm is now a separate module. This change was made in order to minimize the runtime dependencies of programs that depend on package cm but not the rest of the packages in this module. To update your code that depends on package cm, run go get -u go.bytecodealliance.org/....

Fixed

  • #264: fix lowering for imported functions that return named bool types.