From a245ff065fd9a43700528dec9dbe1e53ea90fecc Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 23 May 2017 17:37:57 +0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfacc1d..11b713c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ## Rust WebAssembly format serializing/deserializing +along with experimental interpreter + ```rust extern crate parity_wasm; @@ -23,4 +25,4 @@ println!("Function count in wasm file: {}", code_section.bodies().len()); `parity-wasm` is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your choice. -See LICENSE-APACHE, and LICENSE-MIT for details. \ No newline at end of file +See LICENSE-APACHE, and LICENSE-MIT for details.