github.com/tetratelabs/wazero@v1.2.1/internal/fsapi/constants_js.go (about)

     1  package fsapi
     2  
     3  // See the comments on the same constants in constants_windows.go
     4  const (
     5  	O_DIRECTORY = 1 << 29
     6  	O_NOFOLLOW  = 1 << 30
     7  	O_NONBLOCK  = 1 << 31
     8  )