Skip to content

Commit

Permalink
Chores and minor non-technical improvements (#1087)
Browse files Browse the repository at this point in the history
* remove unnecessary empty paragraph in changelog

* some minor fixes to the v0.33.0 changelog
  • Loading branch information
Robbepop authored Jun 24, 2024
1 parent c37f314 commit 5ef1e8d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Dates in this file are formattes as `YYYY-MM-DD`.
### Changed

- Optimized the Wasmi executor in various ways.
- In summary the Wasmi executor now more optimally cached the currently used
- In summary the Wasmi executor now more optimally caches the currently used
Wasm instance and optimizes access to instance related data.
In particular access to the default linear memory bytes as well as the global
variable at index 0 (often used as shadow stack pointer) are more efficient.
In particular access to the default linear memory bytes as well as the value of
the global variable at index 0 (often used as shadow stack pointer) are more efficient.
- The following PRs are part of this effort:
- https://github.com/wasmi-labs/wasmi/pull/1059
- https://github.com/wasmi-labs/wasmi/pull/1062
Expand All @@ -42,8 +42,6 @@ Dates in this file are formattes as `YYYY-MM-DD`.
- Removed `Memory::current_pages` method. (https://github.com/wasmi-labs/wasmi/pull/1082)
- Users should use the new `Memory::size` method instead.

###

## [`0.32.3`] - 2024-06-06

### Fixed
Expand Down

0 comments on commit 5ef1e8d

Please sign in to comment.