Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wiggle from 12.0.2 to 15.0.0 in /native/wasmex #498

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump wiggle from 12.0.2 to 15.0.0 in /native/wasmex
Bumps [wiggle](https://github.com/bytecodealliance/wasmtime) from 12.0.2 to 15.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v12.0.2...v15.0.0)

---
updated-dependencies:
- dependency-name: wiggle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 31438d36c6f3efc51c666b107fa8fa70df34e96e
423 changes: 369 additions & 54 deletions native/wasmex/Cargo.lock
2 changes: 1 addition & 1 deletion native/wasmex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -21,5 +21,5 @@ rand = "0.8.5"
wasmtime = "12.0.2"
wasmtime-wasi = "12.0.2"
wasi-common = "12.0.2"
wiggle = "12.0.2"
wiggle = "15.0.0"
wat = "1.0.73"