From 0824a934bffd95e13f3ed5c962d6bfb44925a4a9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 17 Feb 2021 16:28:52 -0800 Subject: [PATCH] Add a minimal README.md for cap-std-sync. --- crates/wasi-common/cap-std-sync/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/wasi-common/cap-std-sync/README.md diff --git a/crates/wasi-common/cap-std-sync/README.md b/crates/wasi-common/cap-std-sync/README.md new file mode 100644 index 0000000000..76497dbcf3 --- /dev/null +++ b/crates/wasi-common/cap-std-sync/README.md @@ -0,0 +1 @@ +WASI implementation in Rust, using cap-std.