Update wasm-tools, remove cancellable from component model intrinsics - #14244
Merged
alexcrichton merged 7 commits intoSep 10, 2026
Merged
Conversation
alexcrichton
force-pushed
the
remove-cancellable
branch
from
August 31, 2026 21:53
9839226 to
05bf5b7
Compare
This commit updates the wasm-tools dependencies and is an implementation of WebAssembly/component-model#716 for wasmtime where the main fallout is in tests. This isn't expected to affect anything in practice as there's no known usage of this immediate at this time.
alexcrichton
force-pushed
the
remove-cancellable
branch
from
September 10, 2026 18:05
05bf5b7 to
b63a593
Compare
cancellable from component model intrinsicscancellable from component model intrinsics
alexcrichton
marked this pull request as ready for review
September 10, 2026 18:06
alexcrichton
requested review from
cfallin and
fitzgen
and removed request for
a team
September 10, 2026 18:06
Member
Author
|
Ok this should be ready to land now with a wasm-tools publish |
Subscribe to Label Actioncc @fitzgen DetailsThis issue or pull request has been labeled: "fuzzing", "wasmtime:api"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
dicej
approved these changes
Sep 10, 2026
…le.wast Co-authored-by: Joel Dice <joel.dice@akamai.com>
This was referenced Sep 11, 2026
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 commit updates the wasm-tools dependencies and is an implementation
of WebAssembly/component-model#716 for wasmtime where the main fallout
is in tests. This isn't expected to affect anything in practice as
there's no known usage of this immediate at this time.