Make Trap
more similar to wasmtime::Trap
#517
Labels
tech-debt
An issue to resolve some technical debt.
Trap
more similar to wasmtime::Trap
#517
Currently our
Trap
definition differs greatly from thewasmtime::Trap
definition and API.Since one of our goals is to provide a mirroring API to the well established Wasmtime API we should improve the mirroring in this regard. This requires us to get rid of the
wasmi_core::HostError
and instead useanyhow::Error
or simply an internalString
representation or whatever Wasmtime does in that regard.The text was updated successfully, but these errors were encountered: