-
Notifications
You must be signed in to change notification settings - Fork 967
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