-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
recover was implemented for most architectures in #2331, however wasm was left out.
As suggested here
Lines 29 to 33 in 4c64784
| case "wasm32": | |
| // Probably needs to be implemented using the exception handling | |
| // proposal of WebAssembly: | |
| // https://github.com/WebAssembly/exception-handling | |
| return false |
Opened as per expected closure of #891
mjhoffman65, shynome, adiprerepa and abourget