Revert "Update wasmtime (#5822)" (#5935)

This reverts commit e5163380e7.

We found some bugs that we first need to fix.
This commit is contained in:
Bastian Köcher
2020-05-07 11:47:38 +02:00
committed by GitHub
parent d8b7520a90
commit eff1680aed
8 changed files with 168 additions and 198 deletions
@@ -158,7 +158,7 @@ fn perform_call(
Err(trap) => {
return Err(Error::from(format!(
"Wasm execution trapped: {}",
trap
trap.message()
)));
}
}