Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps wasmi from 0.40.0 to 0.47.0.

Release notes

Sourced from wasmi's releases.

v0.47.0 - 2025-05-30

Changed

  • Remove the downcast-rs dependency from Wasmi crates. #1517
  • Bump the minimum supported Rust version (MSRV) to Rust 1.86. #1518
    • This change was necessitated by the removal of downcast-rs.

Internal

  • Lower select instructions more aggressively. #1526
    • This significantly reduced the number of different select instruction variants and thus might have positive effects on Wasmi's execution performance.

#1517: wasmi-labs/wasmi#1517 #1518: wasmi-labs/wasmi#1518 #1526: wasmi-labs/wasmi#1526

v0.46.0 - 2025-05-08

Changed

  • Store<T>::new no longer requires T: 'static. #1507
    • The T: 'static requirement was introduced in v0.45.0 in #1449.
  • Improve host function call performance. #1506

Internal

  • Updated dependencies. #1509

#1449: wasmi-labs/wasmi#1449 #1506: wasmi-labs/wasmi#1506 #1507: wasmi-labs/wasmi#1507 #1509: wasmi-labs/wasmi#1509

v0.45.0 - 2025-05-06

Added

  • Added support for Wasm function call resumption after running out of fuel. #1498
    • This feature is very useful when using Wasmi inside a scheduler that works with Wasmi's fuel metering to provide amount of compute units to different Wasm execution threads for example.
  • Added missing wasmi_core::simd API functions for relaxed-simd. #1447
  • Added implementations for Rust's Error trait for all wasmi error types on no_std. #1462

Changed

  • Avoid performing duplicate type and validation checks in Linker::instantiate. #1476
  • Updated wasm-tools dependencies to v228. #1463
  • Removed most of wasmi_core::TypedVal's API. #1457
    • The newer wasmi_core::wasm API is to be preferred and provides the same functionality.

... (truncated)

Changelog

Sourced from wasmi's changelog.

0.47.0 - 2025-05-30

Changed

  • Remove the downcast-rs dependency from Wasmi crates. #1517
  • Bump the minimum supported Rust version (MSRV) to Rust 1.86. #1518
    • This change was necessitated by the removal of downcast-rs.

Internal

  • Lower select instructions more aggressively. #1526
    • This significantly reduced the number of different select instruction variants and thus might have positive affects on Wasmi's execution performance.

#1517: wasmi-labs/wasmi#1517 #1518: wasmi-labs/wasmi#1518 #1526: wasmi-labs/wasmi#1526

0.46.0 - 2025-05-08

Changed

  • Store<T>::new no longer requires T: 'static. #1507
    • The T: 'static requirement was introduced in v0.45.0 in #1449.
  • Improve host function call performance. #1506

Internal

  • Updated dependencies. #1509

#1506: wasmi-labs/wasmi#1506 #1507: wasmi-labs/wasmi#1507 #1509: wasmi-labs/wasmi#1509

0.45.0 - 2025-05-06

Added

  • Added support for Wasm function call resumption after running out of fuel. #1498
    • This feature is very useful when using Wasmi inside a scheduler that works with Wasmi's fuel metering to provide amount of compute units to different Wasm execution threads for example.
  • Added missing wasmi_core::simd API functions for relaxed-simd. #1447
  • Added implementations for Rust's Error trait for all wasmi error types on no_std. #1462

Changed

  • Avoid performing duplicate type and validation checks in Linker::instantiate. #1476
  • Updated wasm-tools dependencies to v228. #1463
  • Removed most of wasmi_core::TypedVal's API. #1457

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: wasmi
  dependency-version: 0.47.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 May 30, 2025
@dependabot dependabot bot requested a review from tomaka as a code owner May 30, 2025 21:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 30, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

Superseded by #2149.

@dependabot dependabot bot closed this Jul 22, 2025
@dependabot dependabot bot deleted the dependabot/cargo/wasmi-0.47.0 branch July 22, 2025 21:21
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