Skip to content

Bump wasmi from 0.40.0 to 1.0.9#2228

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-1.0.9
Open

Bump wasmi from 0.40.0 to 1.0.9#2228
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-1.0.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps wasmi from 0.40.0 to 1.0.9.

Release notes

Sourced from wasmi's releases.

v1.0.9 - 2026/02/09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

v1.0.8 - 2026/01/29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

v1.0.7 - 2026/01/09

Fixed

  • Fixed a bug that local.set fusion with some wide-arithmetic ops was working incorrectly. #1756

#1756: wasmi-labs/wasmi#1756

v1.0.6 - 2025/12/25

Fixed

  • Fixed a bug that local preservation of Wasm loops was missing. #1748
    • Thanks to davnavr for reporting the bug.

#1748: wasmi-labs/wasmi#1748

v1.0.5 - 2025/12/19

Fixed

  • Fix a bug in the execution of i{32,64}.rem_s(MAX, -1). rev-1c3682f
    • The Wasm spec demanded to return 0 while Wasmi trapped with integer-overflow.
    • Thanks to davnavr for the detailed bug report.

v1.0.4 - 2025/12/10

Fixed

#1727: wasmi-labs/wasmi#1727

v1.0.3 - 2025/12/06

Fixed

... (truncated)

Changelog

Sourced from wasmi's changelog.

1.0.9 - 2026-02-09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

1.0.8 - 2026-01-29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

1.0.7 - 2026-01-09

Fixed

  • Fixed a bug that local.set fusion with some wide-arithmetic ops was working incorrectly. #1756

#1756: wasmi-labs/wasmi#1756

1.0.6 - 2025-12-25

Fixed

  • Fixed a bug that local preservation of Wasm loops was missing. #1748
    • Thanks to davnavr for reporting the bug.

#1748: wasmi-labs/wasmi#1748

1.0.5 - 2025-12-19

Fixed

  • Fix a bug in the execution of i{32,64}.rem_s(MAX, -1). rev-1c3682f
    • The Wasm spec demanded to return 0 while Wasmi trapped with integer-overflow.
    • Thanks to davnavr for the detailed bug report.

1.0.4 - 2025-12-10

Fixed

  • Fix Config::set_max_stack_height check. #1727

... (truncated)

Commits
  • 61ba65e bump Wasmi crate versions
  • e9a7fd1 write changelog for Wasmi v1.0.9
  • b9ed41c fix translator for merged copies + add test
  • 412301b bump Wasmi version to v1.0.8
  • c476b22 add changelog for v1.0.8
  • 93c4c2b update wasmi tests submodule
  • 03f46ee silence unused warning
  • 961140f fix bug in loca.set following i64.{add,sub}128
  • 17ef24d bump Wasmi crate versions to v1.0.7
  • 553f454 write changelog for v1.0.7
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.40.0 to 1.0.9.
- [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.40.0...v1.0.9)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 2, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcargo/​wasmi@​0.40.0 ⏵ 1.0.910010093100100

View full report

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.

0 participants