FD_PRESTAT_GET
WASI Preview1 function fd_prestat_get
Definition:
;;; Return a description of the given preopened file descriptor.
(@interface func (export "fd_prestat_get")
(param $fd $fd)
;;; The buffer where the description is stored.
(result $error (expected $prestat (error $errno)))
)
Content copied to clipboard