wa-lang.org/wazero@v1.0.2/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  }