Open hexfusion opened 1 year ago
This is a bug in wasmtime where OutofFuel is not properly mapped as of v14
This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen
label will exempt this issue from future lifecycle events.
The current errors returned by traps leak more information than we probably want. We can keep that verboseness for debug logging but instead should convert traps to the corresponding codes. We will need to wait for the next release to handle OutOfFuel[1].
[1] https://github.com/bytecodealliance/wasmtime-go/pull/193