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.
1 parent 504f88a commit 9ac4a6bCopy full SHA for 9ac4a6b
src/wasi/mod.rs
@@ -1,5 +1,7 @@
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.
+//! [wasi-libc](https://github.com/WebAssembly/wasi-libc) definitions.
+//!
3
+//! `wasi-libc` project provides multiple libraries including emulated features, but we list only
4
+//! basic features with `libc.a` here.
5
6
use super::{Send, Sync};
7
use c_void;
0 commit comments