github.com/wasilibs/wazerox@v0.0.0-20240124024944-4923be63ab5f/config_unsupported.go (about) 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 }