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 Nov 13, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, CI builds merely guarantees that the Haskell bindings indeed build fine with the binaryen library in the pinned nixpkgs revision. This isn't quite helpful in capturing bugs that arise due to ABI incompatibility across different binaryen library versions. We need a "kitchen sink" test suite similar to upstream binaryen that covers all exported Haskell bindings.
Property-based tests maybe even more powerful to catch regressions, but it takes a lot of extra work to come up with a set of useful properties to test.