Skip to content

Commit

Permalink
deps: updates wazero to v1.7.0 (#62)
Browse files Browse the repository at this point in the history
* deps: updates wazero to v1.7.0

This will update [wazero](https://wazero.io/) to v1.7.0.
The v1.7.0. release marks a milestone in the wazero project, replacing
our old compiler architecture with a [new optimizing compiler backend.][docs].
It also introduces experimental support to the thread spec.

We will officially announce the final v1.7.0 release in just a few days,
during [Wasm I/O](https://wasmio.tech/), after which we will undraft
this PR and update it to the latest tag.

Let me know if you'd rather merge this PR before the official
release. This draft PR is intended to let your CI checks run and verify
everything is in order before our final release.

[docs]: https://wazero.io/docs/how_the_optimizing_compiler_works/

Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>

* v1.7.0

Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>

---------

Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
  • Loading branch information
evacchi committed Mar 19, 2024
1 parent e2c12f7 commit 8974b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/planetscale/vtprotobuf v0.4.0
github.com/stretchr/testify v1.8.4
github.com/tetratelabs/wazero v1.2.1
github.com/tetratelabs/wazero v1.7.0
google.golang.org/protobuf v1.30.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/tetratelabs/wazero v1.2.1 h1:J4X2hrGzJvt+wqltuvcSjHQ7ujQxA9gb6PeMs4qlUWs=
github.com/tetratelabs/wazero v1.2.1/go.mod h1:wYx2gNRg8/WihJfSDxA1TIL8H+GkfLYm+bIfbblu9VQ=
github.com/tetratelabs/wazero v1.7.0 h1:jg5qPydno59wqjpGrHph81lbtHzTrWzwwtD4cD88+hQ=
github.com/tetratelabs/wazero v1.7.0/go.mod h1:ytl6Zuh20R/eROuyDaGPkp82O9C/DJfXAwJfQ3X6/7Y=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit 8974b8b

Please sign in to comment.