Updates test dependencies (#834)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-11-01 15:02:30 +08:00
committed by GitHub
parent 958b25e3a6
commit 62f1a32aac
8 changed files with 33 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ jobs:
steps: steps:
- name: Install latest wast2json - name: Install latest wast2json
run: | # Needed for build.spectest. wabt includes wast2json. run: | # Needed for build.spectest. wabt includes wast2json.
wabt_version=1.0.29 wabt_version=1.0.30
wabt_url=https://github.com/WebAssembly/wabt/releases/download/${wabt_version}/wabt-${wabt_version}-ubuntu.tar.gz wabt_url=https://github.com/WebAssembly/wabt/releases/download/${wabt_version}/wabt-${wabt_version}-ubuntu.tar.gz
curl -sSL ${wabt_url} | tar --strip-components 2 -C /usr/local/bin -xzf - wabt-${wabt_version}/bin/wast2json curl -sSL ${wabt_url} | tar --strip-components 2 -C /usr/local/bin -xzf - wabt-${wabt_version}/bin/wast2json
@@ -61,7 +61,6 @@ jobs:
- "1.19" # Current Go version - "1.19" # Current Go version
- "1.17" # Floor Go version of wazero (current - 2) - "1.17" # Floor Go version of wazero (current - 2)
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@@ -177,7 +176,7 @@ jobs:
# The version here is coupled to internal/integration_test/go.mod, but it # The version here is coupled to internal/integration_test/go.mod, but it
# isn't always the same as sometimes the Go layer has a broken release. # isn't always the same as sometimes the Go layer has a broken release.
env: env:
WASMEDGE_VERSION: 0.11.0 WASMEDGE_VERSION: 0.11.1
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@@ -16,8 +16,8 @@ on:
- 'Makefile' - 'Makefile'
env: env:
EMSDK_VERSION: "3.1.20" EMSDK_VERSION: "3.1.24"
TINYGO_VERSION: "0.25.0" TINYGO_VERSION: "0.26.0"
jobs: jobs:
# Not all toolchains are idempotent when generating wasm, so we don't check # Not all toolchains are idempotent when generating wasm, so we don't check
@@ -26,10 +26,10 @@ jobs:
name: Build examples name: Build examples
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: # Use versions consistent with wazero's Go support policy. matrix: # Use versions consistent with TinyGo.
go-version: go-version:
- "1.19" # Current Go version - "1.19" # Current Go version
- "1.17" # Floor Go version of wazero (current - 2) - "1.18" # Floor Go version of latest TinyGo
steps: steps:
- name: Checkout - name: Checkout

View File

@@ -2,8 +2,6 @@ module github.com/tetratelabs/wazero/internal/integration_test/vs/clock
go 1.17 go 1.17
require github.com/tetratelabs/wazero v0.0.0 require golang.org/x/sys v0.1.0
require golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
replace github.com/tetratelabs/wazero => ../../../.. replace github.com/tetratelabs/wazero => ../../../..

View File

@@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k= golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

View File

@@ -3,7 +3,7 @@ module github.com/tetratelabs/wazero/internal/integration_test/vs/wasmedge
go 1.17 go 1.17
require ( require (
github.com/second-state/WasmEdge-go v0.11.0 github.com/second-state/WasmEdge-go v0.11.1
github.com/tetratelabs/wazero v0.0.0 github.com/tetratelabs/wazero v0.0.0
) )

View File

@@ -1,2 +1,2 @@
github.com/second-state/WasmEdge-go v0.11.0 h1:AJ9N2vzXTKQeut5LPxxUDaAKz/VpNk+OXkGSbLvJRkE= github.com/second-state/WasmEdge-go v0.11.1 h1:ggf9mFJrnx+eD/7bQf3vF8hYVyCMTzXTXi2MNKljhC8=
github.com/second-state/WasmEdge-go v0.11.0/go.mod h1:HyBf9hVj1sRAjklsjc1Yvs9b5RcmthPG9z99dY78TKg= github.com/second-state/WasmEdge-go v0.11.1/go.mod h1:HyBf9hVj1sRAjklsjc1Yvs9b5RcmthPG9z99dY78TKg=

View File

@@ -3,7 +3,7 @@ module github.com/tetratelabs/wazero/internal/integration_test/vs/wasmtime
go 1.17 go 1.17
require ( require (
github.com/bytecodealliance/wasmtime-go v0.40.0 github.com/bytecodealliance/wasmtime-go v1.0.0
github.com/tetratelabs/wazero v0.0.0 github.com/tetratelabs/wazero v0.0.0
) )

View File

@@ -1,2 +1,20 @@
github.com/bytecodealliance/wasmtime-go v0.40.0 h1:7cGLQEctJf09JWBl3Ai0eMl1PTrXVAjkAb27+KHfIq0= github.com/bytecodealliance/wasmtime-go v1.0.0 h1:9u9gqaUiaJeN5IoD1L7egD8atOnTGyJcNp8BhkL9cUU=
github.com/bytecodealliance/wasmtime-go v0.40.0/go.mod h1:q320gUxqyI8yB+ZqRuaJOEnGkAnHh6WtJjMaT2CW4wI= github.com/bytecodealliance/wasmtime-go v1.0.0/go.mod h1:jjlqQbWUfVSbehpErw3UoWFndBXRRMvfikYH6KsCwOg=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=