You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: