github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/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  }