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 598342c commit e0bbde3Copy full SHA for e0bbde3
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 core::iter::Iterator;
7
0 commit comments