Description
Currently, the guest library does not have interrupt/exception handlers. This is unfortunate for several reasons: it prevents us from using memory fault handlers to do things like dynamically grow guest stacks, does not satisfy wasmtime's requirements for floating point and memory permission exceptions to be returned to it, etc.