Skip to content

Bump wasmi from 0.40.0 to 0.48.0#2149

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmi-0.48.0
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

Bumps wasmi from 0.40.0 to 0.48.0.

Release notes

Sourced from wasmi's releases.

v0.48.0 - 2025-07-21

Added

  • Added Wasm reinterpret operators to wasmi_core::wasm API.

Changed

  • Marked Module::new_streaming[_unchecked] API deprecated. #1540
    • Reason for the deprecation:
      • The streaming Wasm module creation is not a great fit for Wasmi's target usage.
      • No users are known that depend on this functionality - please inform us if you do!
      • Streaming Wasm module creating has a performance overhead when not needed.
  • Changed CompilationMode default to CompilationMode::LazyTranslation. #1530
    • With this default Wasm is still validated eagerly but tranlated to Wasmi IR lazily. This gives the best of both worlds: fast startup times while avoiding partial validation.
  • Update Wasmtime dependencies to v34. #1563

Fixed

  • Fixed a bug that f{32,64}.copysign with immediate rhs operands won't bump fuel. #1539
  • Fixed incorrect optimization application for i64.mul_wide_s. #1545 #1546
  • Fixed an integer-overflow that could happen when reading or writing memory. #1554

Internal

#1530: wasmi-labs/wasmi#1530 #1534: wasmi-labs/wasmi#1534 #1539: wasmi-labs/wasmi#1539 #1540: wasmi-labs/wasmi#1540 #1542: wasmi-labs/wasmi#1542 #1545: wasmi-labs/wasmi#1545 #1546: wasmi-labs/wasmi#1546 #1550: wasmi-labs/wasmi#1550 #1552: wasmi-labs/wasmi#1552 #1554: wasmi-labs/wasmi#1554 #1555: wasmi-labs/wasmi#1555 #1559: wasmi-labs/wasmi#1559 #1561: wasmi-labs/wasmi#1561 #1562: wasmi-labs/wasmi#1562 #1563: wasmi-labs/wasmi#1563 #1532: wasmi-labs/wasmi#1532 #1537: wasmi-labs/wasmi#1537 #1541: wasmi-labs/wasmi#1541

... (truncated)

Changelog

Sourced from wasmi's changelog.

0.48.0 - 2025-07-21

Added

  • Added Wasm reinterpret operators to wasmi_core::wasm API.

Changed

  • Marked Module::new_streaming[_unchecked] API deprecated. #1540
    • Reason for the deprecation:
      • The streaming Wasm module creation is not a great fit for Wasmi's target usage.
      • No users are known that depend on this functionality - please inform us if you do!
      • Streaming Wasm module creating has a performance overhead when not needed.
  • Changed CompilationMode default to CompilationMode::LazyTranslation. #1530
    • With this default Wasm is still validated eagerly but tranlated to Wasmi IR lazily. This gives the best of both worlds: fast startup times while avoiding partial validation.
  • Update Wasmtime dependencies to v34. #1563

Fixed

  • Fixed a bug that f{32,64}.copysign with immediate rhs operands won't bump fuel. #1539
  • Fixed incorrect optimization application for i64.mul_wide_s. #1545 #1546
  • Fixed an integer-overflow that could happen when reading or writing memory. #1554

Internal

#1530: wasmi-labs/wasmi#1530 #1534: wasmi-labs/wasmi#1534 #1539: wasmi-labs/wasmi#1539 #1540: wasmi-labs/wasmi#1540 #1542: wasmi-labs/wasmi#1542 #1545: wasmi-labs/wasmi#1545 #1546: wasmi-labs/wasmi#1546 #1550: wasmi-labs/wasmi#1550 #1552: wasmi-labs/wasmi#1552 #1554: wasmi-labs/wasmi#1554 #1555: wasmi-labs/wasmi#1555 #1559: wasmi-labs/wasmi#1559 #1561: wasmi-labs/wasmi#1561 #1562: wasmi-labs/wasmi#1562 #1563: wasmi-labs/wasmi#1563 #1532: wasmi-labs/wasmi#1532 #1537: wasmi-labs/wasmi#1537

... (truncated)

Commits
  • 19abcfa Prepare for release of Wasmi v0.48.0 (#1568)
  • 987a37a Make sponsor and user logos theme friendly (#1567)
  • 83b5aee Improve user README section (#1566)
  • 7c4cc8a Add users and sponsors sections to Wasmi's README (#1565)
  • a970692 Improve and modernize README and add development.md docs (#1564)
  • 78d1039 Update Wasmtime dependencies to v34 (#1563)
  • 366f64f Add more Wasmi specific .wast tests (#1562)
  • d26a06f Add new .wast tests to assert correct local.set result overwrites (#1561)
  • d73abed Make Instruction::update_branch_offset usable by both FuncTranlator backe...
  • ae9496b Use more efficient compare_result in fuse_eqz and fuse_nez (#1559)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 0.48.0.
- [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...v0.48.0)

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 22, 2025
@dependabot dependabot bot requested a review from tomaka as a code owner July 22, 2025 21:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 22, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2025

Superseded by #2153.

@dependabot dependabot bot closed this Aug 7, 2025
@dependabot dependabot bot deleted the dependabot/cargo/wasmi-0.48.0 branch August 7, 2025 21:47
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