Skip to content

Commit

Permalink
deps: updates wazero to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
A bug in beta1 was fixed and released in beta2 tetratelabs/wazero#783

Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt committed Aug 31, 2022
1 parent 1d4c909 commit 1629ee0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -2,4 +2,4 @@ module github.com/F21/javy-wazero

go 1.18

require github.com/tetratelabs/wazero v1.0.0-beta.1
require github.com/tetratelabs/wazero v1.0.0-beta.2
4 changes: 2 additions & 2 deletions go.sum
@@ -1,2 +1,2 @@
github.com/tetratelabs/wazero v1.0.0-beta.1 h1:O5DZxiXG0WUUjuq4dwomA5gODRNnzF8LzQ+UOqGY5kY=
github.com/tetratelabs/wazero v1.0.0-beta.1/go.mod h1:CD5smBN5rGZo7UNe8aUiWyYE3bDWED/CQSonog9NSEg=
github.com/tetratelabs/wazero v1.0.0-beta.2 h1:Qa1R1oizAYHcmy8PljgINdXUZ/nRQkxUBbYfGSb4IBE=
github.com/tetratelabs/wazero v1.0.0-beta.2/go.mod h1:CD5smBN5rGZo7UNe8aUiWyYE3bDWED/CQSonog9NSEg=
2 changes: 1 addition & 1 deletion shopify-javy/example.go
Expand Up @@ -10,7 +10,7 @@ import (
"time"

"github.com/tetratelabs/wazero"
"github.com/tetratelabs/wazero/wasi_snapshot_preview1"
"github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1"
)

//go:embed wasm/greet.wasm
Expand Down
2 changes: 1 addition & 1 deletion shopify-javy/shopify_test.go
Expand Up @@ -8,7 +8,7 @@ import (
"testing"

"github.com/tetratelabs/wazero"
"github.com/tetratelabs/wazero/wasi_snapshot_preview1"
"github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1"
)

func BenchmarkShopifyInstantiateModule(b *testing.B) {
Expand Down
2 changes: 1 addition & 1 deletion suborbital-javy/example.go
Expand Up @@ -13,7 +13,7 @@ import (

"github.com/tetratelabs/wazero"
"github.com/tetratelabs/wazero/api"
"github.com/tetratelabs/wazero/wasi_snapshot_preview1"
"github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1"
)

//go:embed wasm/greet.wasm
Expand Down
2 changes: 1 addition & 1 deletion suborbital-javy/suborbital_test.go
Expand Up @@ -8,7 +8,7 @@ import (
"testing"

"github.com/tetratelabs/wazero"
"github.com/tetratelabs/wazero/wasi_snapshot_preview1"
"github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1"
)

func BenchmarkSuborbitalCallFunction(b *testing.B) {
Expand Down

0 comments on commit 1629ee0

Please sign in to comment.