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:
@@ -1,4 +1,4 @@
|
||||
//go:build amd64 && cgo && !windows
|
||||
//go:build cgo && !windows
|
||||
|
||||
package wasmer
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build amd64 && cgo && !windows
|
||||
//go:build cgo && !windows
|
||||
|
||||
package wasmer
|
||||
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build amd64 && cgo
|
||||
//go:build cgo
|
||||
|
||||
package wasmtime
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build amd64 && cgo
|
||||
//go:build cgo
|
||||
|
||||
package wasmtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user