We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I understand the spec correctly then it is only possible to handle self defined/throwed exceptions via br_on_exn.
What is with exceptions from the system/runtime self? For example OutOfMemory, UnrechableCode, DivisionByZero, ArrayOutOfRange, NullPointer, ...
Is it possible to differ between this different system exceptions? If yes, how is this possible?
The text was updated successfully, but these errors were encountered:
[interpreter] Fix ref asserts (WebAssembly#78)
22ce5e3
You seem to describe traps, which are also covered in #206.
Sorry, something went wrong.
No branches or pull requests
If I understand the spec correctly then it is only possible to handle self defined/throwed exceptions via br_on_exn.
What is with exceptions from the system/runtime self? For example OutOfMemory, UnrechableCode, DivisionByZero, ArrayOutOfRange, NullPointer, ...
Is it possible to differ between this different system exceptions? If yes, how is this possible?
The text was updated successfully, but these errors were encountered: