github.com/AR1011/wazero@v1.0.5/internal/gojs/testdata/writefs/stat.go (about) 1 //go:build !js 2 3 package writefs 4 5 import ( 6 "github.com/AR1011/wazero/experimental/sys" 7 ) 8 9 // statFields isn't used outside JS, it is only for compilation 10 func statFields(string) (atimeNsec, mtimeNsec int64, dev, inode uint64) { 11 panic(sys.ENOSYS) 12 }