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 5d72cb1 commit 598342cCopy full SHA for 598342c
src/wasi/mod.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 core::iter::Iterator;
5
6
use super::{Send, Sync};
0 commit comments