Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps github.com/tetratelabs/wazero from 1.0.2 to 1.0.3.

Release notes

Sourced from github.com/tetratelabs/wazero's releases.

v1.0.3

wazero v1.0.3 improves optimizes compilation on the amd64 platform and fixes bugs notably in Windows packaging.

A few days ago, we released wazero v1.0.2, which notably improved compilation performance. A lot of folks jumped on that release and we found a few glitches in the process. Meanwhile @​mathetake finished up optimization work on amd64 compilation.

Here are some of the notable fixes.

  • Windows (MSI and winget) installers didn't set the PATH correctly, so wazero wasn't a one-step install. @​evacchi fixed this by updating our infrastructure to the latest native WiX toolchain, scrubbing some other glitches along the way. Thanks to @​inliquid for reporting this and verifying the fix.
  • @​jerbob92 has been porting various PDF libraries to compile to wasm, and in the process noticed we didn't handle invalid file descriptors properly. @​codefromthecrypt changed our internal code to treat file descriptors as signed integers and negative ones as EBADF.
  • @​jerbob92 also noticed compiler cache corruption when you switch on and off experimental function listeners. @​mathetake fixed this bug.
  • @​kevburnsjr tried to copy/paste some of our godoc examples and they had drifted. Thanks for fixing that!

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 star!

Commits
  • 601db82 ci: ensure release notes script can see prior commits (#1392)
  • 6f0b85a packaging: switch to native WiX toolchain and Windows runner (#1385)
  • 40341af fs: returns EBADF on negative file descriptor (#1391)
  • 010f0a9 asm/amd64: optimizes maybeNOPPadding if conds (#1389)
  • f3deb47 asm/amd64: uses enum for operand types (#1388)
  • ae6a43b asm/amd64: removes map access in encoding (#1387)
  • a9cf512 asm/amd64: optimizes register3bits via array (#1386)
  • b1fec9f asm/amd64: avoids allocations in static const offset resolution (#1384)
  • 70c5e03 compiler(amd64): reuses static consts properly (#1382)
  • d33ecd0 cache: fixes consistency with CloseOnContextDone and listeners (#1381)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](wazero/wazero@v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Apr 24, 2023
@github-actions
Copy link
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @lostluck for label go.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@lostluck lostluck merged commit 79915fe into master Apr 25, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sdks/github.com/tetratelabs/wazero-1.0.3 branch April 25, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Next Action: Reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant