wa-lang.org/wazero@v1.0.2/internal/platform/time_notcgo.go (about)

     1  //go:build !cgo
     2  
     3  package platform
     4  
     5  func nanotime() int64 {
     6  	return nanotimePortable()
     7  }