-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add evm script #1039
feat: add evm script #1039
Conversation
add a script which can run arbitrary binaries
sorry, i don't really know rust -- feedback welcome! |
Maybe it would be best to integrate it in Line 15 in 8148063
|
i kind of like how this binary benchmarks the evm code. should we do two different binaries? or maybe add a |
|
|
Added a few more changes. |
* feat: add evm script add a script which can run arbitrary binaries * fix lint * move evm runner script to `revme` subcommand * cargo fmt * cli byecode,input,path, state options added, output result
add a script which can run arbitrary binaries