Skip to content

deps(deps): bump wasmi from 0.50.0 to 0.51.4#761

Merged
proggeramlug merged 1 commit into
mainfrom
dependabot/cargo/wasmi-0.51.4
May 14, 2026
Merged

deps(deps): bump wasmi from 0.50.0 to 0.51.4#761
proggeramlug merged 1 commit into
mainfrom
dependabot/cargo/wasmi-0.51.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps wasmi from 0.50.0 to 0.51.4.

Release notes

Sourced from wasmi's releases.

v0.51.4 - 2025/12/06

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch.

v0.51.3 - 2025/12/05

Fixed

  • Fixed a bug when trying to grow Memory beyond the system's memory limits.
    • Thanks to Robert T. Morris (RTM) for reporting this bug!

v0.51.2 - 2025-11-18

Fixed

  • Fixed a bug that caused miscalculation of function frame sizes. #1699
    • This only affected Wasm modules with very large functions with well over 30k instructions.
    • This bug was introduced in Wasmi v0.49.0.
  • Fixed a bug that may cause incorrect fuel consumption for some bulk-memory table instructions. #1690

#1699: wasmi-labs/wasmi#1699 #1690: wasmi-labs/wasmi#1690

v0.51.1 - 2025-08-25

Fixed

  • Fixed a bug that caused lazily compiled functions to be stuck at compiling when running out of fuel during translation. #1648

#1648: wasmi-labs/wasmi#1648

v0.51.0 - 2025-08-13

Final deprecations before Wasmi 1.0.

Changed

  • Redesign the stack limits Config API. #1631
    • Deprecated the StackLimits type and Config::set_stack_limits method.
    • Deprecated the Config::cached_stacks method.
    • Added Config::set_{max_recursion_depth,min_stack_height,max_stack_height} methods.

#1631: wasmi-labs/wasmi#1631

Changelog

Sourced from wasmi's changelog.

0.51.4 - 2025-12-06

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch. #1722

0.51.3 - 2025-12-05

Fixed

  • Fixed a bug when trying to grow Memory beyond the system's memory limits. #1722
    • Thanks to Robert T. Morris (RTM) for reporting this bug!

0.51.2 - 2025-11-18

Fixed

  • Fixed a bug that caused miscalculation of function frame sizes. #1699
    • This only affected Wasm modules with very large functions with well over 30k instructions.
    • This bug was introduced in Wasmi v0.49.0.
  • Fixed a bug that may cause incorrect fuel consumption for some bulk-memory table instructions. #1690

#1699: wasmi-labs/wasmi#1699 #1690: wasmi-labs/wasmi#1690

0.51.1 - 2025-08-25

Fixed

  • Fixed a bug that caused lazily compiled functions to be stuck at compiling when running out of fuel during translation. #1648

#1648: wasmi-labs/wasmi#1648

0.51.0 - 2025-08-13

Changed

  • Redesign the stack limits Config API. #1631
    • Deprecated the StackLimits type and Config::set_stack_limits method.
    • Deprecated the Config::cached_stacks method.
    • Added Config::set_{max_recursion_depth,min_stack_height,max_stack_height} methods.

#1631: wasmi-labs/wasmi#1631

Commits
  • e00f3ca update Wasmi crate versions to v0.51.4
  • 43f702f write changelog for v0.51.4
  • 5cf204d fix memory leak in ByteBuffer
  • e4a8ffd bump Wasmi crate versions to v0.51.2
  • b46cad4 write changelog for v0.51.3
  • e8b74f3 fix bug in ByteBuffer::grow
  • b6b117a add memory.grow oosm test
  • f537411 bump Wasmi versions to v0.51.2
  • 49d3dcc write changelog for Wasmi v0.51.2
  • 251c043 fix: update branch offsets before evaluating compiled function frame size (#1...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/wasmi-0.51.4 branch 2 times, most recently from e7b3956 to 8f7aa06 Compare May 14, 2026 05:15
Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.50.0 to 0.51.4.
- [Release notes](https://github.com/wasmi-labs/wasmi/releases)
- [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v0.50.0...v0.51.4)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 0.51.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/wasmi-0.51.4 branch from 8f7aa06 to be43f0f Compare May 14, 2026 05:28
@proggeramlug proggeramlug merged commit e3d44c1 into main May 14, 2026
9 checks passed
@proggeramlug proggeramlug deleted the dependabot/cargo/wasmi-0.51.4 branch May 14, 2026 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant