Skip to content

Commit 47b31ff

Browse files
committed
wasi-libc comment about libc.a restriction
1 parent 66171ee commit 47b31ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wasi.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
use super::{Send, Sync};
25

36
pub use ffi::c_void;

0 commit comments

Comments
 (0)