We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libc.a
1 parent 66171ee commit 47b31ffCopy full SHA for 47b31ff
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