Skip to content

build(deps): bump wasmi from 0.40.0 to 1.1.0 - #3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/wasmi-1.1.0
Open

build(deps): bump wasmi from 0.40.0 to 1.1.0#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/wasmi-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown

Bumps wasmi from 0.40.0 to 1.1.0.

Release notes

Sourced from wasmi's releases.

v1.1.0 - 2026/06/12

Changed

  • Updated the wasmparser dependency from v0.228 to v0.239.
  • Add convenience From<{f32,f64}> for Val impls.

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

... (truncated)

Changelog

Sourced from wasmi's changelog.

1.1.0 - 2026-06-12

Changed

  • Updated the wasmparser dependency from v0.228 to v0.239.
  • Add convenience From<{f32,f64}> for Val impls.

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.

... (truncated)

Commits
  • 8273dfb bump Wasmi crate versions
  • d9bfb0f add changelog for Wasmi v1.1.0
  • 178f31b add From<f{32,64}> for Val impls
  • ad3dfa1 make tests pass again with the new wasmparser
  • 8bd169f update remaining wasm-tools dependencies to v239
  • 6ef2a10 fix clippy warnings
  • 3c65c77 update wasmparser dependency
  • 61ba65e bump Wasmi crate versions
  • e9a7fd1 write changelog for Wasmi v1.0.9
  • b9ed41c fix translator for merged copies + add test
  • 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 Aug 29, 2026
@socket-security

socket-security Bot commented Aug 29, 2026

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.1.010010093100100

View full report

@dependabot
dependabot Bot force-pushed the dependabot/cargo/wasmi-1.1.0 branch 6 times, most recently from ff74ab2 to 98cc143 Compare August 31, 2026 04:09
Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.40.0 to 1.1.0.
- [Release notes](https://github.com/wasmi-labs/wasmi/releases)
- [Changelog](https://github.com/wasmi-labs/wasmi/blob/v1.1.0/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v0.40.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/wasmi-1.1.0 branch from 98cc143 to a495e33 Compare August 31, 2026 20:26
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