github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/internal/platform/platform_arm64.go (about)

     1  package platform
     2  
     3  // init verifies that the current CPU supports the required ARM64 features
     4  func init() {
     5  	// No further checks currently needed.
     6  	archRequirementsVerified = true
     7  }