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 has been archived by the owner on Jan 5, 2019. It is now read-only.
The idea here is to run code coverage on index.js (aka evm2wasm "main loop") and feed in every single test case from Solidity. This should be good enough to determine that there is no untested/unused code in evm2wasm.
Alternatively could do the same with hand written tests.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This should be good enough to determine that all code paths of the transcompiler are used.
The text was updated successfully, but these errors were encountered: