-
-
Notifications
You must be signed in to change notification settings - Fork 687
[Question] Try catch support #302
Copy link
Copy link
Closed
Description
Is there any support for using try/catch in AS?
Currently the compiler says "Operation not supported".
I've found this old issue: https://github.com/AssemblyScript/prototype/issues/103
Though when looking at the webassembly link: https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md
it is talking about try/catch blocks. What's the state for it in Assemblyscript?
Reactions are currently unavailable