chore(deps): update dependency wasmtime-cli to v26#147
Merged
Conversation
|
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
jerusdp
approved these changes
Oct 23, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
25.0.2->26.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bytecodealliance/wasmtime (wasmtime-cli)
v26.0.0Compare Source
26.0.0
Released 2024-10-22.
Added
The "table64" extension of the memory64 proposals to WebAssembly has been
implemented.
#9206
Initial support has been added for compiling WebAssembly modules with Pulley,
Wasmtime's interpreter. Note that the interpreter is not feature complete yet.
#9240
Wasmtime can now execute code without relying on host-based signal handlers.
#9230
Work has continued on implementing the GC proposals in Wasmtime.
#9246
#9244
#9271
#9275
#9278
#9282
#9285
#9326
#9341
#9358
Support for ARM64 Windows has been finished with support for unwinding.
Release binaries are now also available for this platform.
#9266
#9283
The
bindgen!macro now supports multiple paths to load WIT from.#9288
A new
-W async-stack-size=Nargument has been added to the CLI.#9302
A new
wasmtime completionsubcommand can be used to generate a completionscript for the Wasmtime CLI.
#9312
Components now support
initialize_copy_on_write_imagelike core modules.#9357
Initial support for the ISLE verifier Crocus has landed.
#9178
Changed
Wasmtime now requires Rust 1.79.0 to compile.
#9202
The
future-trailers.getinwasi-httpnow returnsnonewhen trailers areabsent.
#9208
The Cranelift instructions
iadd_cinandisub_binwere removed. Theisub_borrowandiadd_carryinstructions were renamed to{u,s}add_carryand
{u,s}sub_borrow.#9199
Winch now supports multi-value results on AArch64.
#9218
Some issues related to
shutdownhave been fixed with WASI sockets.#9225
Cranelift now has a Cargo feature to enable support for all native ISAs and
not Pulley.
#9237
Cranelift support for
StructArgumentin the arm64, riscv64, and s390xbackends has been removed.
#9258
The pooling allocator no longer limits instances/memories/tables by default.
#9257
Stack overflow on an async stack will now print a message that this happened.
#9304
Cranelift's
cranelift-wasmcrate has been removed and folded directly intowasmtime-cranelift.#9313
Cranelift's
TrapCodetype is now represented with a single byte.#9338
Fixed
Stack slots in Cranelift are now aligned from the start instead of the end.
#9279
The WASIp1 adapter now correctly handles allocations where the initial
alignment consumes the entire allocation.
#9356
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.