Skip to content

Update wasmparser requirement from 0.32.1 to 0.34.0#215

Merged
sunfishcode merged 1 commit intomasterfrom
dependabot/cargo/wasmparser-0.34.0
Jul 23, 2019
Merged

Update wasmparser requirement from 0.32.1 to 0.34.0#215
sunfishcode merged 1 commit intomasterfrom
dependabot/cargo/wasmparser-0.34.0

Conversation

@dependabot-preview
Copy link
Contributor

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 23, 2019
@sunfishcode sunfishcode merged commit 5164994 into master Jul 23, 2019
@sunfishcode sunfishcode deleted the dependabot/cargo/wasmparser-0.34.0 branch July 23, 2019 22:03
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant