FD_FILESTAT_GET

WASI Preview1 function fd_filestat_get

Definition:

;;; Return the attributes of an open file.
(@interface func (export "fd_filestat_get")
(param $fd $fd)
;;; The buffer where the file's attributes are stored.
(result $error (expected $filestat (error $errno)))
)