We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e2b6af + 6987fc0 commit 7d7151cCopy full SHA for 7d7151c
src/wasi.rs
@@ -1,3 +1,6 @@
1
+// [wasi-libc](https://github.com/WebAssembly/wasi-libc) definitions.
2
+// `wasi-libc` project provides multiple libraries including emulated features, but we list only basic features with `libc.a` here.
3
+
4
use super::{Send, Sync};
5
6
pub use ffi::c_void;
0 commit comments