mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 14:46:16 +00:00
f30733c806
Added the ability to directly compile and run ethereum assembly using the evm utility: `evm run <file>`. This is equivalant to `evm compile <file> | evm run`.