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.
libc.a
1 parent 42446e9 commit 6987fc0Copy full SHA for 6987fc0
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