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

@@ -130,7 +130,7 @@ pub fn run_fixture(fixture: &Fixture) -> Vec<Fail> {
Err(e) => { return Fail::load(e); },
};
let mut ext = FakeExt::new();
let mut ext = FakeExt::new().with_wasm();
params.code = Some(Arc::new(
if let Source::Constructor { ref arguments, ref sender, ref at, .. } = fixture.source {
match construct(&mut ext, source, arguments.clone().into(), sender.clone().into(), at.clone().into()) {