mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 03:45:02 +00:00
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`. |
||
|---|---|---|
| .. | ||
| internal/compiler | ||
| compiler.go | ||
| main.go | ||
| runner.go | ||