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
@@ -117,7 +117,7 @@ impl<'a> SandboxCapabilities for HostContext<'a> {
return Err("Supervisor function returned unexpected result!".into());
}
}
Err(err) => Err(err.to_string().into()),
Err(err) => Err(err.message().to_string().into()),
}
}
}