We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e075278 commit 078a748Copy full SHA for 078a748
src/wasi.rs
@@ -36,6 +36,8 @@ pub type blksize_t = c_long;
36
pub type blkcnt_t = i64;
37
pub type nfds_t = c_ulong;
38
39
+pub type __wasi_rights_t = u64;
40
+
41
#[allow(missing_copy_implementations)]
42
#[cfg_attr(feature = "extra_traits", derive(Debug))]
43
pub enum FILE {}
0 commit comments