We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wchar_t
1 parent 59c4f0c commit f0009bcCopy full SHA for f0009bc
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