bytecodealliance / cargo-wasi

A lightweight Cargo subcommand to build Rust code for the `wasm32-wasi` target
https://bytecodealliance.github.io/cargo-wasi/
Apache License 2.0
444 stars 29 forks source link

Update wasmparser requirement from 0.78 to 0.79 #98

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on wasmparser to permit the latest version.

Commits
  • 3809cd9 Bump crate versions
  • 761df25 Allow bare try blocks for exceptions (#289)
  • b185388 Remove unwind instruction for exception handling (#288)
  • 1d95745 Support inline import in event declarations (#287)
  • 4bf76c6 Merge pull request #285 from alexcrichton/less-unreachable
  • e67010a Add configuration options to wasm-smith CLI tool (#284)
  • 165fcf1 Generate less unreachable in wasm-smith
  • bdb4f3b Remove arbitrary_v128
  • 15fd226 wasm-smith: generate SIMD instructions
  • 368b1ba Require global.get init expr points to imported global (#283)
  • Additional commits viewable in compare view


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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[bot] commented 3 years ago

Superseded by #104.