Skip to content

Commit 7d7151c

Browse files
authored
Merge pull request #3680 from youknowone/comment
wasi-libc comment about `libc.a` restriction
2 parents 6e2b6af + 6987fc0 commit 7d7151c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wasi.rs

+3
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)