You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
[test] Add tests for return_call(_indirect) in try
This adds tests of `return_call(_indirect)`s within `try`s. Because this
repo's interpreter doesn't have the tail call support, this requires
#274 to be merged before merging. But currently even with #275 the
tests here don't run. When a `return_call(_indirect)` run within a
`try`, it errors out with
```
runtime crash: undefined frame
```
I think we need to fix the interpreter first before merging this.
Closes#249.
0 commit comments