Ensure Trap is returned for start function traps (#768)
* Ensure `Trap` is returned for start function traps Handle another case of errors coming out of instantiation, resolve a FIXME, and remove an unneeded dependency from the wast testsuite crate. * Run rustfmt
This commit is contained in:
@@ -13,7 +13,6 @@ edition = "2018"
|
||||
[dependencies]
|
||||
anyhow = "1.0.19"
|
||||
wasmtime = { path = "../api" }
|
||||
wasmtime-runtime = { path = "../runtime" }
|
||||
wast = "4.0.0"
|
||||
|
||||
[badges]
|
||||
|
||||
Reference in New Issue
Block a user