Skip to content

Commit

Permalink
Pull changelog for v0.36.2 to main (#1208)
Browse files Browse the repository at this point in the history
* add changelog for v0.36.2

* monospace FuncRef and ExternRef
  • Loading branch information
Robbepop authored Sep 30, 2024
1 parent 39414e8 commit 47bd378
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Additionally we have an `Internal` section for changes that are of interest to d

Dates in this file are formattes as `YYYY-MM-DD`.

## [`0.36.2`] - 2024-28-09

### Fixed

- Fix miri reported UB in `FuncRef` and `ExternRef` conversions. [#1201]
- Fix bug in `table.init` from imported `global.get` values. [#1192]

### Changed

- Changed some `inline` annotations in the Wasmi executor. [#commit-b4e78d]
- This change had minor positive effects on the performance of commonly executed Wasmi instructions.

[#1192]: https://github.com/wasmi-labs/wasmi/pull/1192
[#1201]: https://github.com/wasmi-labs/wasmi/pull/1201
[#commit-b4e78d]: https://github.com/wasmi-labs/wasmi/commit/b4e78d23451cb40a7b43404f8e6e868a362b7985

## [`0.36.1`] - 2024-20-09

### Fixed
Expand Down

0 comments on commit 47bd378

Please sign in to comment.