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
Improve filtering for return_call_indirect with wasm-smith (#1613)
* Improve filtering for `return_call_indirect` with `wasm-smith`
Add to the `call_indirect` filter that the selected function type must
have the exact same return signature as the function doing the call.
Closes#1612
* Add back in tail-call filter
0 commit comments