Skip to content

Commit 598342c

Browse files
youknowonetgross35
authored andcommitted
wasi-libc comment about libc.a restriction
(backport <#3680>) (cherry picked from commit 6987fc0)
1 parent 5d72cb1 commit 598342c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wasi/mod.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 core::iter::Iterator;
25

36
use super::{Send, Sync};

0 commit comments

Comments
 (0)