Update README.md

This commit is contained in:
Nikolay Volf 2017-05-23 17:37:57 +04:00 committed by GitHub
parent 0a34cdf4e7
commit a245ff065f

View File

@ -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.
See LICENSE-APACHE, and LICENSE-MIT for details.