bump wasmi version (#8209)

This commit is contained in:
Nikolay Volf
2018-03-26 16:55:48 +08:00
committed by GitHub
parent 8c02211dc3
commit bd45cd4a5e
4 changed files with 26 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ extern crate ethereum_types;
extern crate libc;
extern crate parity_wasm;
extern crate vm;
extern crate wasm_utils;
extern crate pwasm_utils as wasm_utils;
extern crate wasmi;
mod runtime;