Bump wasmtime again (#5950)

* Update wasmtime (#5822)

* update wasmtime

* update tests

* Update client/executor/wasmtime/src/host.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* wip

* use master-candidate

* update with patches

* update versions

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* Bump version

* Added parallel execution test

Co-authored-by: Nikolay Volf <nikvolf@gmail.com>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Arkadiy Paronyan
2020-05-08 22:22:54 +02:00
committed by GitHub
parent 2ae3fe121c
commit e0b17dd7a9
8 changed files with 233 additions and 177 deletions
@@ -158,7 +158,7 @@ fn perform_call(
Err(trap) => {
return Err(Error::from(format!(
"Wasm execution trapped: {}",
trap.message()
trap
)));
}
}