Enable comparative benchmark builds on darwin/aarch64 (ie Apple Silicon) (#746)

Enable for Wasmer, as confirmed that the version we use has arm64 support.
Enable for Wasmtime after bumping to a version which supports arm64.
Don't enable for wasm-edge as they don't support arm64/darwin.
This commit is contained in:
Matt Turner
2022-08-17 00:33:40 +01:00
committed by GitHub
parent d7d18a5519
commit 7d071a45d7
6 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
//go:build amd64 && cgo && !windows
//go:build cgo && !windows
package wasmer

View File

@@ -1,4 +1,4 @@
//go:build amd64 && cgo && !windows
//go:build cgo && !windows
package wasmer

View File

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

View File

@@ -1,2 +1,2 @@
github.com/bytecodealliance/wasmtime-go v0.36.0 h1:B6thr7RMM9xQmouBtUqm1RpkJjuLS37m6nxX+iwsQSc=
github.com/bytecodealliance/wasmtime-go v0.36.0/go.mod h1:q320gUxqyI8yB+ZqRuaJOEnGkAnHh6WtJjMaT2CW4wI=
github.com/bytecodealliance/wasmtime-go v0.39.0 h1:35AXy5+py5ZXRSpfoxqh+dWJ7nJnIrW1avjDfaJinxU=
github.com/bytecodealliance/wasmtime-go v0.39.0/go.mod h1:q320gUxqyI8yB+ZqRuaJOEnGkAnHh6WtJjMaT2CW4wI=

View File

@@ -1,4 +1,4 @@
//go:build amd64 && cgo
//go:build cgo
package wasmtime

View File

@@ -1,4 +1,4 @@
//go:build amd64 && cgo
//go:build cgo
package wasmtime