Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement exception/interrupt handlers in hyperlight-guest #228

Open
syntactically opened this issue Jan 30, 2025 · 0 comments · May be fixed by #250
Open

Implement exception/interrupt handlers in hyperlight-guest #228

syntactically opened this issue Jan 30, 2025 · 0 comments · May be fixed by #250

Comments

@syntactically
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants