dependabot[bot] opened a new pull request, #26397:
URL: https://github.com/apache/beam/pull/26397

   Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) 
from 1.0.2 to 1.0.3.
   <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.0.3</h2>
   <p>wazero v1.0.3 improves optimizes compilation on the amd64 platform and 
fixes bugs notably in Windows packaging.</p>
   <p>A few days ago, we released <a 
href="https://github.com/tetratelabs/wazero/releases/tag/v1.0.2";>wazero 
v1.0.2</a>, which notably improved compilation performance. A lot of folks 
jumped on that release and we found a few glitches in the process. Meanwhile <a 
href="https://github.com/mathetake";><code>@​mathetake</code></a> finished up 
optimization work on amd64 compilation.</p>
   <p>Here are some of the notable fixes.</p>
   <ul>
   <li>Windows (MSI and winget) installers didn't set the PATH correctly, so 
wazero wasn't a one-step install. <a 
href="https://github.com/evacchi";><code>@​evacchi</code></a> fixed this by 
updating our infrastructure to the latest native WiX toolchain, scrubbing some 
other glitches along the way. Thanks to <a 
href="https://github.com/inliquid";><code>@​inliquid</code></a> for reporting 
this and verifying the fix.</li>
   <li><a href="https://github.com/jerbob92";><code>@​jerbob92</code></a> has 
been porting various PDF libraries to compile to wasm, and in the process 
noticed we didn't handle invalid file descriptors properly. <a 
href="https://github.com/codefromthecrypt";><code>@​codefromthecrypt</code></a> 
changed our internal code to treat file descriptors as signed integers and 
negative ones as EBADF.</li>
   <li><a href="https://github.com/jerbob92";><code>@​jerbob92</code></a> also 
noticed compiler cache corruption when you switch on and off experimental 
function listeners. <a 
href="https://github.com/mathetake";><code>@​mathetake</code></a> fixed this 
bug.</li>
   <li><a href="https://github.com/kevburnsjr";><code>@​kevburnsjr</code></a> 
tried to copy/paste some of our godoc examples and they had drifted. Thanks for 
fixing that!</li>
   </ul>
   <p>Thanks so much for being such an engaging community, where opportunities 
and misses can action so quickly! If you haven't already, please thank our 
contributors with a <a 
href="https://github.com/tetratelabs/wazero/stargazers";>star</a>!</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/601db82f8ee1c2295baf003e78fe74f6a0db5362";><code>601db82</code></a>
 ci: ensure release notes script can see prior commits (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1392";>#1392</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/6f0b85a451341267351f9f40120ad7de6f910226";><code>6f0b85a</code></a>
 packaging: switch to native WiX toolchain and Windows runner (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1385";>#1385</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/40341af448407f95f078772db491497a515df4a3";><code>40341af</code></a>
 fs: returns EBADF on negative file descriptor (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1391";>#1391</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/010f0a93a24e77e5e5f0c02dcb0f13a2b8a2c5db";><code>010f0a9</code></a>
 asm/amd64: optimizes maybeNOPPadding if conds (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1389";>#1389</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/f3deb47d691d113f405a607c17bd6071ffc73348";><code>f3deb47</code></a>
 asm/amd64: uses enum for operand types (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1388";>#1388</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/ae6a43b367e02dada883f86394aef5d4fc0f6250";><code>ae6a43b</code></a>
 asm/amd64: removes map access in encoding  (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1387";>#1387</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/a9cf51234cfaf407144a9378c87d7f9435b11c3c";><code>a9cf512</code></a>
 asm/amd64: optimizes register3bits via array (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1386";>#1386</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/b1fec9fb0a78a01c57b167fe02e34d0da7c2018d";><code>b1fec9f</code></a>
 asm/amd64: avoids allocations in static const offset resolution (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1384";>#1384</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/70c5e03836b6002bb4f0088e50a930d4b8d69675";><code>70c5e03</code></a>
 compiler(amd64): reuses static consts properly (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1382";>#1382</a>)</li>
   <li><a 
href="https://github.com/tetratelabs/wazero/commit/d33ecd0e3a353f0b803ed740b89be5e7b4b10da6";><code>d33ecd0</code></a>
 cache: fixes consistency with CloseOnContextDone and listeners (<a 
href="https://redirect.github.com/tetratelabs/wazero/issues/1381";>#1381</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tetratelabs/wazero/compare/v1.0.2...v1.0.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/tetratelabs/wazero&package-manager=go_modules&previous-version=1.0.2&new-version=1.0.3)](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 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]

Reply via email to