gotosocial/vendor/github.com/tetratelabs/wazero/config_unsupported.go

9 lines
228 B
Go
Raw Normal View History

// This is the opposite constraint of config_supported.go
//go:build !(amd64 || arm64) || !(darwin || linux || freebsd || windows)
package wazero
func newRuntimeConfig() RuntimeConfig {
return NewRuntimeConfigInterpreter()
}