chore(deps): bump wasmtime from 4.0.1 to 17.0.0
Bumps wasmtime from 4.0.1 to 17.0.0.
Release notes
Sourced from wasmtime's releases.
v17.0.0
17.0.0
Released 2024-01-25
The major feature of this release is that the WASI support in Wasmtime is now considered stable and flagged at an 0.2.0 version approved by the WASI subgroup. The release was delayed a few days to hold off until the WASI subgroup voted to approve the CLI and HTTP worlds and they're now on-by-default! Additionally the component model is now enabled by default in Wasmtime, for example an opt-in flag is no longer required on the CLI. Note that embeddings still must opt-in to using the component model by using the
wasmtime::componentmodule.Added
Cranelift optimizations have been added for "3-way comparisons", or
Ord::cmpin Rust or<=>in C++. #7636 #7702Components now use Wasmtime's compilation cache used for core wasm modules by default. #7649
The
Resource<T>andResourceAnytypes can now be converted between each other. #7649 #7712Changed
Minor changes have been made to a number of WITs as they progressed to their official 0.2.0 status. #7625 #7640 #7690 #7781 #7817
The component model is now enabled by default. #7821
The implementation of
memory.atomic.{wait,notify}has been rewritten. #7629The
wasmtime_wasi::preview2::Tabletype has been moved towasmtime::component::ResourceTable. #7655
... (truncated)
Commits
ab5a448Release Wasmtime 17.0.0 (#7800)b239c50Close intermediate streams for reads/writes (#7816) (#7819)2af1a89wasi implementations: use rc-2024-01-16 for sockets, cli, http (#7781) (#7785)0b63202Fix the ABI of Option<u128> on x86_64 (#7770) (#7771)2c9160a[17.0.0] Backport fixfd_readandfd_writeforwasm32-wasi-threads(#77...ae535f1feat: implementResourceAny->Resource\<T>conversion (#7712)ae5d284feat: implementResource\<T>->ResourceAnyconversion (#7688)2b2e638cmake: remove unused file copy (#7744)9bdf7ecdocs: Fix a small typo in the docs for prepare address (#7743)7c7c2b9docs: Update documentation forStore::get_fuel(#7742)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)