From a2aa3ddb256528a3b45503f8ab6a21896559f079 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Tue, 17 Apr 2018 09:41:26 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d9a8b..57e16dd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# wasmi +[![crates.io link](https://img.shields.io/crates/v/wasmi.svg)](https://crates.io/crates/wasmi) +[![Build Status](https://travis-ci.org/paritytech/wasmi.svg?branch=master)](https://travis-ci.org/paritytech/wasmi) + +# `wasmi` WASM interpreter (previously lived in [parity-wasm](https://github.com/paritytech/parity-wasm))