From c423a1c2f04f90d91c64982d148514ac46007145 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Mon, 18 Nov 2019 23:36:24 +0100 Subject: [PATCH] Add badges to wasi-common crate's README (#588) --- crates/wasi-common/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/crates/wasi-common/README.md b/crates/wasi-common/README.md index 40c40fc917..eaabc3db3c 100644 --- a/crates/wasi-common/README.md +++ b/crates/wasi-common/README.md @@ -1,4 +1,18 @@ -# wasi-common +
+

wasi-common

+ +A Bytecode Alliance project + +

+ A library providing a common implementation of WASI hostcalls for re-use in any WASI-enabled runtime. +

+ +

+ Crates.io version + Download + docs.rs docs +

+
The `wasi-common` crate will ultimately serve as a library providing a common implementation of WASI hostcalls for re-use in any WASI (and potentially non-WASI) runtimes