Fix typo in readme example code

This commit is contained in:
Pyfisch 2017-06-03 23:45:42 +02:00 committed by GitHub
parent 4c84574475
commit add1676130

View File

@ -13,7 +13,7 @@ along with experimental interpreter
extern crate parity_wasm;
let module = parity-wasm::deserialize_file("./res/cases/v1/hello.wasm");
let module = parity_wasm::deserialize_file("./res/cases/v1/hello.wasm");
assert_eq!(module.code_section().is_some());
let code_section = module.code_section().unwrap(); // Part of the module with functions code