mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-22 02:07:58 +00:00
Update wasmparser requirement from 0.110 to 0.111 (#71)
Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/2e63788ad535724e49a0da036281d9663b6d5294"><code>2e63788</code></a> Bump crate versions (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1173">#1173</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/c17cf172b319a0f07f797a224a4152fa42ff581d"><code>c17cf17</code></a> Disallow <code>(borrow $t)</code> in function result types (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1162">#1162</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/9fb2019dca043434837c996ec5105de350bccaea"><code>9fb2019</code></a> wit-component: Add doc comment printing to WitPrinter (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1167">#1167</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/a0c46a7a16fef5cc9143ad30c77f19303c27d907"><code>a0c46a7</code></a> Probe for post-return instead of asserting existence (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1159">#1159</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/4678a61ae428da21299aeae016bd56d5e248248f"><code>4678a61</code></a> [wit-component] add shared-everything linking support (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1133">#1133</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/06aa46eda73d02b38c924c01806aac7eece5d58b"><code>06aa46e</code></a> Extract <code>LocalParser</code> for parsing <code>local</code>. (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1156">#1156</a>) (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1161">#1161</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/3e1fb68b217b210c816a504fa7abe0907c9c9039"><code>3e1fb68</code></a> Add text format and printing support for <code>dylink.0</code> (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1135">#1135</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/9ed609db08183dc2b2fe239af5204bb9d6456a8a"><code>9ed609d</code></a> Fix a panic decoding WIT from a component (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1157">#1157</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/2b4ade8c808f5c26a701d1c7a883ea1893d2553f"><code>2b4ade8</code></a> Rename <code>Resolve::push_wasm</code> to <code>push_flat</code> (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1158">#1158</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/559ede0a436240cb7dfe162c568f398655e9b18c"><code>559ede0</code></a> Update wasm-compose example based on latest changes. (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1154">#1154</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.110.0...wasmparser-0.111.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ diff = "0.1"
|
||||
pretty_assertions = "1"
|
||||
rand = "0.8"
|
||||
wat = "1"
|
||||
wasmparser = "0.110"
|
||||
wasmparser = "0.111"
|
||||
wasmprinter = "0.2"
|
||||
wasmi = "0.31"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user