fix(deps): update rust crate wasmtime to v12 #24
Merged
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:
10.0.1
->12.0.1
Release Notes
bytecodealliance/wasmtime (wasmtime)
v12.0.1
Compare Source
Released 2023-08-24
Fixed
#6804
v12.0.0
Compare Source
Released 2023-08-21
Added
Wasmtime now supports having multiple different versions of itself being
linked into the same final executable by mangling some C symbols used by
Wasmtime.
#6673
The
perfmap
profiling option is now supported on any Unix platform insteadof just Linux.
#6701
The
wasmtime
CLI now supports--env FOO
to inherit the value of theenvironment variable
FOO
which avoids needing to do--env FOO=$FOO
forexample.
#6746
Wasmtime now supports component model resources, although support has not yet
been added to
bindgen!
.#6691
Wasmtime now supports configuration to enable the tail calls proposal.
Platform support now also includes AArch64 and RISC-V in addition to the
previous x86_64 support.
#6723
#6749
#6774
Wasmtime's implementation of WASI Preview 2 now supports streams/pollables
with host objects that are all backed by Rust
async
.#6556
Support for core dumps has now been added to the
wasmtime
crate.#6513
New
{Module,Component}::resources_required
APIs allow inspecting what willbe required when instantiating the module or component.
#6789
Fixed
Functions on instances defined through
component::Linker::func_new
are nowdefined correctly.
#6637
The
async_stack_size
configuration option is no longer inspected whenasync_support
is disabled at runtime.#6771
WASI Preview 1 APIs will now trap on misaligned or out-of-bounds pointers
instead of returning an error.
#6776
Changed
#6777
v11.0.1
Compare Source
v11.0.0
Compare Source
Released 2023-07-20
Changed
The WASI Preview 2
WasiCtxBuilder
type has been refactored, andWasiCtx
now has privatefields.
#6652
Component
bindgen!
now generates owned types by default instead of based onhow they're used
#6648
Wasmtime/Cranelift on x86-64 can now execute Wasm-SIMD on baseline SSE2, which
all x86-64 processors support (as part of the base x86-64 spec). Previously,
SSE4.2 extensions were required. This new work allows Wasm with SIMD
extensions to execute on processors produced back to 2003.
#6625
Fixed
preview2
feature is enabled.#6615
Cranelift changes
Tail call implementation has begun in Cranelift
#6641
#6666
#6650
#6635
#6608
#6586
Work continues on SIMD support for the riscv64 backend
#6657
#6643
#6601
#6609
#6602
#6598
#6599
#6587
#6568
#6515
Fix
AuthenticatedRet
when stack bytes are popped in the aarch64 backend#6634
The
fcvt_low_from_sint
instruction has been removed, as it its currentbehavior can be recovered through a combination of
swiden_low
andfcvt_from_sint
#6565
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 has been generated by Mend Renovate. View repository job log here.