Skip to content

chore(deps): bump wasmtime-wasi from 40.0.2 to 41.0.4 in /hermes#815

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/hermes/wasmtime-wasi-41.0.4
Open

chore(deps): bump wasmtime-wasi from 40.0.2 to 41.0.4 in /hermes#815
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/hermes/wasmtime-wasi-41.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps wasmtime-wasi from 40.0.2 to 41.0.4.

Release notes

Sourced from wasmtime-wasi's releases.

v41.0.4

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed

v41.0.3

41.0.3

Released 2026-02-04.

Fixed

  • Fix an incorrect mid-end optimization rule that could cause a compiler panic due to mismatched types. #12504

v41.0.2

41.0.2

Released 2026-02-03.

Fixed

  • Reduce the dependencies of the wasmtime-internal-jit-icache-coherence crate. #12446

v41.0.1

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed


41.0.3

Released 2026-02-04.

Fixed

  • Fix an incorrect mid-end optimization rule that could cause a compiler panic due to mismatched types. #12504

41.0.2

Released 2026-02-03.

Fixed

  • Reduce the dependencies of the wasmtime-internal-jit-icache-coherence crate. #12446

... (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 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 [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) from 40.0.2 to 41.0.4.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v41.0.4/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v40.0.2...v41.0.4)

---
updated-dependencies:
- dependency-name: wasmtime-wasi
  dependency-version: 41.0.4
  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 dependencies rust Pull requests that update Rust code labels Mar 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

Assignees

The following users could not be added as assignees: stevenj. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies Pull requests that update a dependencies rust Pull requests that update Rust code labels Mar 4, 2026
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 dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants