Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rethrow/br_on_exn traps when given nullref (WebAssembly#97)
Following the discussions in WebAssembly#90, it seems desirable and less error-prone to make `rethrow` and `br_on_exn` trap in case the value on top of the stack is of `nullref` type. Closes WebAssembly#90.
- Loading branch information