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 packagecm
but not the rest of the packages in this module. To update your code that depends on packagecm
, rungo get -u go.bytecodealliance.org/...
.
Fixed
- #264: fix lowering for imported functions that return named
bool
types.