dependabot[bot] opened a new pull request, #32193: URL: https://github.com/apache/beam/pull/32193
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.7.3 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tetratelabs/wazero/releases">github.com/tetratelabs/wazero's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <p>Hi wazero friends, been a while! The new release of wazero v1.8.0 has arrived 🎉 🏝️☀️ 🍺</p> <p>This release has happened intentionally right after the Go 1.23 release. <a href="https://github.com/ncruces"><code>@ncruces</code></a> worked so hard (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2301">#2301</a>), and updated our codebase to make it up-to-date with the new Go versions. Notably, since this release, <strong>we set our floor Go version to 1.21 (-2 from the latest) following our support policy</strong>.</p> <p>The following is the brief summary of what's included in this release!</p> <h2>Experimental feature: importResolver</h2> <p>A new wazero friend <a href="https://github.com/bep"><code>@bep</code></a> from the Hugo community came up with an exciting way to "link" modules dynamically/anonymously, which we call "ImportResolver". The feature was implemented in <a href="https://redirect.github.com/tetratelabs/wazero/issues/2298">#2298</a>, and available under experimental package. If you are interested please give it a shot, and give us your feedback!</p> <h2>Emscripten update</h2> <p><a href="https://github.com/jerbob92"><code>@jerbob92</code></a> found out that a breaking change was introduced in Emscripten 3.1.57+, and worked to make our emscripten package to support these recent versions. Unfortunately, the older emscriptens are not supported anymore, so users are encouraged to update their Emscripten version. <a href="https://redirect.github.com/tetratelabs/wazero/issues/2290">#2290</a></p> <h2>Bug fixes</h2> <ul> <li>threads: lock around invocations of memory.Grow (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2279">#2279</a>) <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>amd64: fixes lowerSqmulRoundSat (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2260">#2260</a>) <a href="https://github.com/mathetake"><code>@mathetake</code></a></li> </ul> <h2>Compilation perf improvements</h2> <p>Just like the recent previous releases, <a href="https://github.com/mathetake"><code>@mathetake</code></a> worked hard to make compilation faster. Unfortunately, we don't have a concrete number to showcase here, but both Interpreter and Compiler engines now runs really faster compared to the previous releases during compilation without affecting the runtime performance.</p> <p>If you are interested in the latest updates and discussion around this topic, feel free to follow the thread in <a href="https://redirect.github.com/tetratelabs/wazero/issues/2182">#2182</a>.</p> <h2>Others</h2> <ul> <li>Update Benthos to Redpanda Connect (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2291">#2291</a>) <a href="https://github.com/rockwotj"><code>@rockwotj</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tetratelabs/wazero/commit/5ed4c174cce718e1655d4e1cb95e2611d1a29e73"><code>5ed4c17</code></a> ci: upgrade to Go 1.23 (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2301">#2301</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/2b12e189eeec0e4f2968e974cf25419bcb071b34"><code>2b12e18</code></a> Improves ImportResolver example (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2299">#2299</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/a186448de5542d0c6d1335590998162cab9bea7a"><code>a186448</code></a> Add experimental ImportResolver (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2298">#2298</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/5ad3f0631d762080cfa977a5c6667d6a8f9684b9"><code>5ad3f06</code></a> doc: adds comments on simultaneous compilation (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2295">#2295</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/22b92a5556a65e3c4ed1a7bd62e6f3d80a4af315"><code>22b92a5</code></a> Update Benthos to Redpanda Connect (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2291">#2291</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/c345ddf2b5d65f69ee4daa1bb49fe896d1306778"><code>c345ddf</code></a> Add support for Emscripten version 3.1.57 (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2290">#2290</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/c077eabacdefd3fbeebd3b2461fb479a330afeb5"><code>c077eab</code></a> ci: tests with Go 1.23rc2 (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2277">#2277</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/9a19a04962881134301ddedf7dc84c50004dbedf"><code>9a19a04</code></a> backend: stop allocating ValueDefinitions (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2288">#2288</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/e2db5acda7c80e8ce3c364239551cbd896cd31a9"><code>e2db5ac</code></a> backend: removes unnecessary ValueDefinition fields (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2287">#2287</a>)</li> <li><a href="https://github.com/tetratelabs/wazero/commit/2c53c6b5a31b5f1bc94add5a0b14224b85fc9f98"><code>2c53c6b</code></a> ssa: removes valueIDToInstruction slice (<a href="https://redirect.github.com/tetratelabs/wazero/issues/2286">#2286</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tetratelabs/wazero/compare/v1.7.3...v1.8.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
