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 (#275)
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.
These test also needs `--experimental-wasm-return_call` to `node`
argument in the CI to pass.
0 commit comments