Merge pull request #216 from alfiedotwtf/master

Typo
This commit is contained in:
Alexey 2018-07-03 14:24:56 +03:00 committed by GitHub
commit d54cbf5b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ println!("Function count in wasm file: {}", code_section.bodies().len());
## Wabt Test suite
`parity-wasm` supports full wabt testsuite (https://github.com/WebAssembly/testsuite), running asserts that invloves deserialization.
`parity-wasm` supports full wabt testsuite (https://github.com/WebAssembly/testsuite), running asserts that involves deserialization.
To run testsuite:
- make sure you have all prerequisites to build `wabt` (since parity-wasm builds it internally using `wabt-rs`, see https://github.com/WebAssembly/wabt)