We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59c4f0c + f0009bc commit 734bb32Copy full SHA for 734bb32
src/wasi.rs
@@ -35,6 +35,7 @@ pub type nlink_t = u64;
35
pub type blksize_t = c_long;
36
pub type blkcnt_t = i64;
37
pub type nfds_t = c_ulong;
38
+pub type wchar_t = i32;
39
40
pub type __wasi_rights_t = u64;
41
0 commit comments