diff --git a/README.md b/README.md
index a023b1a2c..e4fa07e05 100644
--- a/README.md
+++ b/README.md
@@ -35,19 +35,19 @@ curl https://get.wasmer.io -sSfL | sh
Wasmer runtime can be used as a library embedded in different languages, so you can use WebAssembly anywhere:
-| | Language | Author(s) | Maintenance | Release |
-|-|-|-|-|-|
-|  | [**Rust**](https://github.com/wasmerio/wasmer-rust-example) | Wasmer | actively developed |   |
-|  | [**C/C++**](https://github.com/wasmerio/wasmer-c-api) | Wasmer | actively developed |   |
-|  | [**Python**](https://github.com/wasmerio/python-ext-wasm) | Wasmer | actively developed |   |
-|  | [**Go**](https://github.com/wasmerio/go-ext-wasm) | Wasmer | actively developed |   |
-|  | [**PHP**](https://github.com/wasmerio/php-ext-wasm) | Wasmer | actively developed |   |
-|  | [**Ruby**](https://github.com/wasmerio/ruby-ext-wasm) | Wasmer | actively developed |   |
-|  | [**Postgres**](https://github.com/wasmerio/postgres-ext-wasm) | Wasmer | actively developed |   |
-|  | [**C#/.Net**](https://github.com/migueldeicaza/WasmerSharp) | [Miguel de Icaza](https://github.com/migueldeicaza) | actively developed |   |
-|  | [**R**](https://github.com/dirkschumacher/wasmr) | [Dirk Schumacher](https://github.com/dirkschumacher) | actively developed |  |
-|  | [**Swift**](https://github.com/markmals/swift-ext-wasm) | [Mark Malström](https://github.com/markmals/) | passively maintened |  |
-| ❓ | [your language is missing?](https://github.com/wasmerio/wasmer/issues/new?assignees=&labels=%F0%9F%8E%89+enhancement&template=---feature-request.md&title=) | | |
+| | Language | Author(s) | Maintenance | Release | Stars |
+|-|-|-|-|-|-|
+|  | [**Rust**](https://github.com/wasmerio/wasmer-rust-example) | Wasmer | actively developed |  |  |
+|  | [**C/C++**](https://github.com/wasmerio/wasmer-c-api) | Wasmer | actively developed |  |  |
+|  | [**Python**](https://github.com/wasmerio/python-ext-wasm) | Wasmer | actively developed |  |  |
+|  | [**Go**](https://github.com/wasmerio/go-ext-wasm) | Wasmer | actively developed |  |  |
+|  | [**PHP**](https://github.com/wasmerio/php-ext-wasm) | Wasmer | actively developed |  |  |
+|  | [**Ruby**](https://github.com/wasmerio/ruby-ext-wasm) | Wasmer | actively developed |  |  |
+|  | [**Postgres**](https://github.com/wasmerio/postgres-ext-wasm) | Wasmer | actively developed |  |  |
+|  | [**C#/.Net**](https://github.com/migueldeicaza/WasmerSharp) | [Miguel de Icaza](https://github.com/migueldeicaza) | actively developed |  |  |
+|  | [**R**](https://github.com/dirkschumacher/wasmr) | [Dirk Schumacher](https://github.com/dirkschumacher) | actively developed | |  |
+|  | [**Swift**](https://github.com/markmals/swift-ext-wasm) | [Mark Malström](https://github.com/markmals/) | passively maintened | |  |
+| ❓ | [your language is missing?](https://github.com/wasmerio/wasmer/issues/new?assignees=&labels=%F0%9F%8E%89+enhancement&template=---feature-request.md&title=) | | | |
### Usage
@@ -177,7 +177,7 @@ nginx and Lua do not work on Windows - you can track the progress on [this issue
## Building
-[](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html)
+[](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html)
Wasmer is built with [Cargo](https://crates.io/), the Rust package manager.