Skip to content

Commit

Permalink
Add badges to README (WebAssembly#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon authored and tschneidereit committed Nov 20, 2019
1 parent e32ed65 commit 9132b64
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# WASI API Bindings for Rust
<div align="center">
<h1><code>wasi</code></h1>

**A [Bytecode Alliance](https://bytecodealliance.org/) project**
<strong>A <a href="https://bytecodealliance.org/">Bytecode Alliance</a> project</strong>

<p>
<strong>WASI API Bindings for Rust</strong>
</p>

<p>
<a href="https://crates.io/crates/wasi"><img src="https://img.shields.io/crates/v/wasi.svg?style=flat-square" alt="Crates.io version" /></a>
<a href="https://crates.io/crates/wasi"><img src="https://img.shields.io/crates/d/wasi.svg?style=flat-square" alt="Download" /></a>
<a href="https://docs.rs/wasi/"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
</p>
</div>

This package contains experimental [WASI](https://github.com/WebAssembly/WASI)
API bindings in Rust.
Expand Down

0 comments on commit 9132b64

Please sign in to comment.