Update wasmparser requirement from 0.32.1 to 0.34.0#215
Merged
sunfishcode merged 1 commit intomasterfrom Jul 23, 2019
Merged
Conversation
Updates the requirements on [wasmparser](https://github.com/yurydelendik/wasmparser.rs) to permit the latest version. - [Release notes](https://github.com/yurydelendik/wasmparser.rs/releases) - [Commits](https://github.com/yurydelendik/wasmparser.rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
grishasobol
pushed a commit
to grishasobol/wasmtime
that referenced
this pull request
Nov 29, 2021
mooori
pushed a commit
to mooori/wasmtime
that referenced
this pull request
Feb 15, 2024
[docs] Doc about testing infra
dhil
added a commit
to dhil/wasmtime
that referenced
this pull request
Aug 23, 2024
This patch implements support for importing and exporting tags in the virtual machine. As a consequence tags are now unique to their origin instance, meaning that two different instantiations of the same module yields distinct tags. The runtime representation of a tag has changed from an `u32` to a `usize` (or native pointer). The identity of a tag is given by its address in the vmcontext. Resolves wasmfx#25.
dhil
added a commit
to dhil/wasmtime
that referenced
this pull request
Oct 4, 2024
This patch updates the README to reflect the recent changes to the CLI. I think the following bullet point in the limitations subsection is outdated: > - Only a single module can be executed. In particular, providing additional > modules using the `--preload` option of `wasmtime` can lead to unexpected > behavior. I think this should work after the proper tags patch bytecodealliance#215. Though, I haven't tested it yet, so I will leave it be for now.
avanhatt
added a commit
to wellesley-prog-sys/wasmtime
that referenced
this pull request
Apr 9, 2025
Preserve variadic expressions through the spec layer and expand them at verification condition generation. This should resolve stack overflow problems that resulted from large `(and ...)` expressions in generated specs. Variant of the approach taken in bytecodealliance#189. Co-authored-by: Alexa VanHattum <amv94@cornell.edu>
dicej
added a commit
to dicej/wasmtime
that referenced
this pull request
Jun 17, 2025
…rappy-streams-and-futures implement new `stream`/`future` trap conditions
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.
Updates the requirements on wasmparser to permit the latest version.
Commits
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 ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it@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)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.ymlfile in this repo:Finally, you can contact us by mentioning @dependabot.