@ -107,89 +107,6 @@ pub(crate) const RIGHTS_TTY_BASE: __wasi_rights_t = __WASI_RIGHTS_FD_READ
#[ allow(unused) ]
pub ( crate ) const RIGHTS_TTY_INHERITING : __wasi_rights_t = 0 ;
pub fn strerror ( errno : __wasi_errno_t ) -> & 'static str {
match errno {
__WASI_ERRNO_SUCCESS = > "__WASI_ERRNO_SUCCESS" ,
__WASI_ERRNO_2BIG = > "__WASI_ERRNO_2BIG" ,
__WASI_ERRNO_ACCES = > "__WASI_ERRNO_ACCES" ,
__WASI_ERRNO_ADDRINUSE = > "__WASI_ERRNO_ADDRINUSE" ,
__WASI_ERRNO_ADDRNOTAVAIL = > "__WASI_ERRNO_ADDRNOTAVAIL" ,
__WASI_ERRNO_AFNOSUPPORT = > "__WASI_ERRNO_AFNOSUPPORT" ,
__WASI_ERRNO_AGAIN = > "__WASI_ERRNO_AGAIN" ,
__WASI_ERRNO_ALREADY = > "__WASI_ERRNO_ALREADY" ,
__WASI_ERRNO_BADF = > "__WASI_ERRNO_BADF" ,
__WASI_ERRNO_BADMSG = > "__WASI_ERRNO_BADMSG" ,
__WASI_ERRNO_BUSY = > "__WASI_ERRNO_BUSY" ,
__WASI_ERRNO_CANCELED = > "__WASI_ERRNO_CANCELED" ,
__WASI_ERRNO_CHILD = > "__WASI_ERRNO_CHILD" ,
__WASI_ERRNO_CONNABORTED = > "__WASI_ERRNO_CONNABORTED" ,
__WASI_ERRNO_CONNREFUSED = > "__WASI_ERRNO_CONNREFUSED" ,
__WASI_ERRNO_CONNRESET = > "__WASI_ERRNO_CONNRESET" ,
__WASI_ERRNO_DEADLK = > "__WASI_ERRNO_DEADLK" ,
__WASI_ERRNO_DESTADDRREQ = > "__WASI_ERRNO_DESTADDRREQ" ,
__WASI_ERRNO_DOM = > "__WASI_ERRNO_DOM" ,
__WASI_ERRNO_DQUOT = > "__WASI_ERRNO_DQUOT" ,
__WASI_ERRNO_EXIST = > "__WASI_ERRNO_EXIST" ,
__WASI_ERRNO_FAULT = > "__WASI_ERRNO_FAULT" ,
__WASI_ERRNO_FBIG = > "__WASI_ERRNO_FBIG" ,
__WASI_ERRNO_HOSTUNREACH = > "__WASI_ERRNO_HOSTUNREACH" ,
__WASI_ERRNO_IDRM = > "__WASI_ERRNO_IDRM" ,
__WASI_ERRNO_ILSEQ = > "__WASI_ERRNO_ILSEQ" ,
__WASI_ERRNO_INPROGRESS = > "__WASI_ERRNO_INPROGRESS" ,
__WASI_ERRNO_INTR = > "__WASI_ERRNO_INTR" ,
__WASI_ERRNO_INVAL = > "__WASI_ERRNO_INVAL" ,
__WASI_ERRNO_IO = > "__WASI_ERRNO_IO" ,
__WASI_ERRNO_ISCONN = > "__WASI_ERRNO_ISCONN" ,
__WASI_ERRNO_ISDIR = > "__WASI_ERRNO_ISDIR" ,
__WASI_ERRNO_LOOP = > "__WASI_ERRNO_LOOP" ,
__WASI_ERRNO_MFILE = > "__WASI_ERRNO_MFILE" ,
__WASI_ERRNO_MLINK = > "__WASI_ERRNO_MLINK" ,
__WASI_ERRNO_MSGSIZE = > "__WASI_ERRNO_MSGSIZE" ,
__WASI_ERRNO_MULTIHOP = > "__WASI_ERRNO_MULTIHOP" ,
__WASI_ERRNO_NAMETOOLONG = > "__WASI_ERRNO_NAMETOOLONG" ,
__WASI_ERRNO_NETDOWN = > "__WASI_ERRNO_NETDOWN" ,
__WASI_ERRNO_NETRESET = > "__WASI_ERRNO_NETRESET" ,
__WASI_ERRNO_NETUNREACH = > "__WASI_ERRNO_NETUNREACH" ,
__WASI_ERRNO_NFILE = > "__WASI_ERRNO_NFILE" ,
__WASI_ERRNO_NOBUFS = > "__WASI_ERRNO_NOBUFS" ,
__WASI_ERRNO_NODEV = > "__WASI_ERRNO_NODEV" ,
__WASI_ERRNO_NOENT = > "__WASI_ERRNO_NOENT" ,
__WASI_ERRNO_NOEXEC = > "__WASI_ERRNO_NOEXEC" ,
__WASI_ERRNO_NOLCK = > "__WASI_ERRNO_NOLCK" ,
__WASI_ERRNO_NOLINK = > "__WASI_ERRNO_NOLINK" ,
__WASI_ERRNO_NOMEM = > "__WASI_ERRNO_NOMEM" ,
__WASI_ERRNO_NOMSG = > "__WASI_ERRNO_NOMSG" ,
__WASI_ERRNO_NOPROTOOPT = > "__WASI_ERRNO_NOPROTOOPT" ,
__WASI_ERRNO_NOSPC = > "__WASI_ERRNO_NOSPC" ,
__WASI_ERRNO_NOSYS = > "__WASI_ERRNO_NOSYS" ,
__WASI_ERRNO_NOTCONN = > "__WASI_ERRNO_NOTCONN" ,
__WASI_ERRNO_NOTDIR = > "__WASI_ERRNO_NOTDIR" ,
__WASI_ERRNO_NOTEMPTY = > "__WASI_ERRNO_NOTEMPTY" ,
__WASI_ERRNO_NOTRECOVERABLE = > "__WASI_ERRNO_NOTRECOVERABLE" ,
__WASI_ERRNO_NOTSOCK = > "__WASI_ERRNO_NOTSOCK" ,
__WASI_ERRNO_NOTSUP = > "__WASI_ERRNO_NOTSUP" ,
__WASI_ERRNO_NOTTY = > "__WASI_ERRNO_NOTTY" ,
__WASI_ERRNO_NXIO = > "__WASI_ERRNO_NXIO" ,
__WASI_ERRNO_OVERFLOW = > "__WASI_ERRNO_OVERFLOW" ,
__WASI_ERRNO_OWNERDEAD = > "__WASI_ERRNO_OWNERDEAD" ,
__WASI_ERRNO_PERM = > "__WASI_ERRNO_PERM" ,
__WASI_ERRNO_PIPE = > "__WASI_ERRNO_PIPE" ,
__WASI_ERRNO_PROTO = > "__WASI_ERRNO_PROTO" ,
__WASI_ERRNO_PROTONOSUPPORT = > "__WASI_ERRNO_PROTONOSUPPORT" ,
__WASI_ERRNO_PROTOTYPE = > "__WASI_ERRNO_PROTOTYPE" ,
__WASI_ERRNO_RANGE = > "__WASI_ERRNO_RANGE" ,
__WASI_ERRNO_ROFS = > "__WASI_ERRNO_ROFS" ,
__WASI_ERRNO_SPIPE = > "__WASI_ERRNO_SPIPE" ,
__WASI_ERRNO_SRCH = > "__WASI_ERRNO_SRCH" ,
__WASI_ERRNO_STALE = > "__WASI_ERRNO_STALE" ,
__WASI_ERRNO_TIMEDOUT = > "__WASI_ERRNO_TIMEDOUT" ,
__WASI_ERRNO_TXTBSY = > "__WASI_ERRNO_TXTBSY" ,
__WASI_ERRNO_XDEV = > "__WASI_ERRNO_XDEV" ,
__WASI_ERRNO_NOTCAPABLE = > "__WASI_ERRNO_NOTCAPABLE" ,
other = > panic ! ( "Undefined errno value {:?}" , other ) ,
}
}
pub fn whence_to_str ( whence : __wasi_whence_t ) -> & 'static str {
match whence {
__WASI_WHENCE_CUR = > "__WASI_WHENCE_CUR" ,