Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Updates wazero to the latest (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Sep 7, 2022
1 parent 6906249 commit 3ee4353
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pi-zero-ssr/handler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module ssr-handler

go 1.17

require github.com/tetratelabs/wazero v0.0.0-20220822075358-50cef32ae06a // indirect
require github.com/tetratelabs/wazero v1.0.0-pre.1
4 changes: 2 additions & 2 deletions pi-zero-ssr/handler/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/tetratelabs/wazero v0.0.0-20220822075358-50cef32ae06a h1:nV8uctz45WlOHbOFTN2Cxg3uJEIUOoHeBPW6gKEysEg=
github.com/tetratelabs/wazero v0.0.0-20220822075358-50cef32ae06a/go.mod h1:CD5smBN5rGZo7UNe8aUiWyYE3bDWED/CQSonog9NSEg=
github.com/tetratelabs/wazero v1.0.0-pre.1 h1:bUZ4vf21c36RmgA3enNOlLgPElEVDYoRJJ9+McRGF6Q=
github.com/tetratelabs/wazero v1.0.0-pre.1/go.mod h1:M8UDNECGm/HVjOfq0EOe4QfCY9Les1eq54IChMLETbc=
2 changes: 1 addition & 1 deletion pi-zero-ssr/handler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"net/http"

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

type wasmHandler struct {
Expand Down

0 comments on commit 3ee4353

Please sign in to comment.