Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
host
/
at.released.weh.filesystem.op.prestat
Package-level
declarations
Types
Types
Prestat
Fd
Link copied to clipboard
class
PrestatFd
(
val
fd
:
FileDescriptor
)
Return a path of the given preopened file descriptor.
Prestat
Result
Link copied to clipboard
class
PrestatResult
(
val
fd
:
FileDescriptor
,
val
path
:
VirtualPath
)