Skip to content

Commit

Permalink
Update RELEASES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Dec 17, 2021
1 parent 91084f3 commit 40912a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

--------------------------------------------------------------------------------

## 0.32.1

Released 2021-12-17.

### Fixed

* Cranelift: remove recently-added build dependency on `sha2` to allow usage in
some dependency-sensitive environments, by computing ISLE manifest hashes
with a different hash function.
[#3619](https://github.com/bytecodealliance/wasmtime/pull/3619)

* Cranelift: fixed 8- and 16-bit behavior of popcount (bit population count)
instruction. Does not affect Wasm frontend.
[#3617](https://github.com/bytecodealliance/wasmtime/pull/3617)

* Cranelift: fixed miscompilation of 8- and 16-bit bit-rotate instructions.
Does not affect Wasm frontend.
[#3610](https://github.com/bytecodealliance/wasmtime/pull/3610)

## 0.32.0

Released 2021-12-13.
Expand Down

0 comments on commit 40912a1

Please sign in to comment.