Skip to content

Commit

Permalink
Merge pull request #3680 from youknowone/comment
Browse files Browse the repository at this point in the history
wasi-libc comment about `libc.a` restriction
  • Loading branch information
JohnTitor authored Jun 18, 2024
2 parents 6e2b6af + 6987fc0 commit 7d7151c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wasi.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// [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};

pub use ffi::c_void;
Expand Down

0 comments on commit 7d7151c

Please sign in to comment.