Lookupflags

typealias Lookupflags = Int(source)

WASI Preview1 type $lookupflags

Flags determining the method of how paths are resolved.

Representation: u32

Definition:

(typename $lookupflags
(flags (@witx repr u32)
;;; As long as the resolved path corresponds to a symbolic link, it is expanded.
$symlink_follow
)
)