1 // This is the opposite constraint of config_supported.go 2 //go:build !(amd64 || arm64) || !(darwin || linux || freebsd || windows) 3 4 package wazero 5 6 func newRuntimeConfig() RuntimeConfig { 7 return NewRuntimeConfigInterpreter() 8 } 9
View as plain text