Skip to content

Commit

Permalink
Clean up wasi-libc module doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 18, 2024
1 parent 504f88a commit 9ac4a6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/wasi/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// [wasi-libc](https://github.com/WebAssembly/wasi-libc) definitions.
// `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.
//!
//! `wasi-libc` project provides multiple libraries including emulated features, but we list only
//! basic features with `libc.a` here.
use super::{Send, Sync};
use c_void;
Expand Down

0 comments on commit 9ac4a6b

Please sign in to comment.