From b131d7ba44e677161af6f8975da412212236b011 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Tue, 29 Jan 2019 12:10:34 +0100 Subject: [PATCH] =?UTF-8?q?WASM=20=E2=86=92=20Wasm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3328831..c1230a8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # `wasmi` -WASM interpreter +Wasm interpreter Primary purpose of `wasmi` is to be used with [parity](https://github.com/paritytech/parity) (ethereum-like contracts in wasm) and with [Polkadot](https://github.com/paritytech/polkadot). However, `wasmi` is designed to be as flexible as possible and might be suited well for other purposes.