Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps wasmi from 0.40.0 to 0.49.0.

Release notes

Sourced from wasmi's releases.

v0.49.0 - 2025-08-07

This version prepares Wasmi for its 1.0 release.

Changed

  • Deprecate wasmi::core module re-export. #1605
    • Public facing definitions are now re-exported from wasmi's crate root which users should use instead.
  • Improve Wasmi's Wasmtime API mirror:
    • Make ExternRef non-nullable and introduce new nullable Ref type. #1603
      • Wasmtime uses Option<ExternRef> instead which is very similar.
      • Ref<ExternRef> can be converted to Option<ExternRef> using the val method.
    • Remove FuncRef type in favor of Ref<Func> #1604
      • Wasmtime uses Option<Func> instead which is very similar.
      • Ref<Func> can be converted to Option<Func> using the val method.
    • Deprecate InstancePre and Linker::instantiate #1602
      • Enable fuel metering and set fuel to zero before instantiation in order to prevent running a Wasm module's start function upon instantiation.
    • Deprecate LinkerBuilder type. #1601
      • Use Linker or Instance::new instead.

Internal

#1605: wasmi-labs/wasmi#1605 #1604: wasmi-labs/wasmi#1604 #1603: wasmi-labs/wasmi#1603 #1602: wasmi-labs/wasmi#1602 #1601: wasmi-labs/wasmi#1601 #1591: wasmi-labs/wasmi#1591 #1586: wasmi-labs/wasmi#1586 #1585: wasmi-labs/wasmi#1585 #1581: wasmi-labs/wasmi#1581 #1580: wasmi-labs/wasmi#1580 #1579: wasmi-labs/wasmi#1579 #1592: wasmi-labs/wasmi#1592 #1575: wasmi-labs/wasmi#1575 #1569: wasmi-labs/wasmi#1569

v0.48.0 - 2025-07-21

Added

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

Changed

... (truncated)

Changelog

Sourced from wasmi's changelog.

0.49.0 - 2025-08-07

This version prepares Wasmi for its 1.0 release.

Changed

  • Deprecate wasmi::core module re-export. #1605
    • Public facing definitions are now re-exported from wasmi's crate root which users should use instead.
  • Improve Wasmi's Wasmtime API mirror:
    • Make ExternRef non-nullable and introduce new nullable Ref type. #1603
      • Wasmtime uses Option<ExternRef> instead which is very similar.
      • Ref<ExternRef> can be converted to Option<ExternRef> using the val method.
    • Remove FuncRef type in favor of Ref<Func> #1604
      • Wasmtime uses Option<Func> instead which is very similar.
      • Ref<Func> can be converted to Option<Func> using the val method.
    • Deprecate InstancePre and Linker::instantiate #1602
      • Enable fuel metering and set fuel to zero before instantiation in order to prevent running a Wasm module's start function upon instantiation.
    • Deprecate LinkerBuilder type. #1601
      • Use Linker or Instance::new instead.

Internal

#1605: wasmi-labs/wasmi#1605 #1604: wasmi-labs/wasmi#1604 #1603: wasmi-labs/wasmi#1603 #1602: wasmi-labs/wasmi#1602 #1601: wasmi-labs/wasmi#1601 #1591: wasmi-labs/wasmi#1591 #1586: wasmi-labs/wasmi#1586 #1585: wasmi-labs/wasmi#1585 #1581: wasmi-labs/wasmi#1581 #1580: wasmi-labs/wasmi#1580 #1579: wasmi-labs/wasmi#1579 #1592: wasmi-labs/wasmi#1592 #1575: wasmi-labs/wasmi#1575 #1569: wasmi-labs/wasmi#1569

0.48.0 - 2025-07-21

Added

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

... (truncated)

Commits

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.49.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.49.0)

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

dependabot bot commented on behalf of github Aug 12, 2025

Superseded by #2154.

@dependabot dependabot bot closed this Aug 12, 2025
@dependabot dependabot bot deleted the dependabot/cargo/wasmi-0.49.0 branch August 12, 2025 05:07
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