FD_PRESTAT_DIR_NAME
WASI Preview1 function fd_prestat_dir_name
Definition:
;;; Return a description of the given preopened file descriptor.
(@interface func (export "fd_prestat_dir_name")
(param $fd $fd)
;;; A buffer into which to write the preopened directory name.
(param $path (@witx pointer u8))
(param $path_len $size)
(result $error (expected (error $errno)))
)
Content copied to clipboard