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.