github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/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  }