core/vm: add switches to select evm+ewasm interpreters (#17687)
Interpreter initialization is left to the PRs implementing them. Options for external interpreters are passed after a colon in the `--vm.ewasm` and `--vm.evm` switches.
Showing
- cmd/geth/main.go 2 additions, 0 deletionscmd/geth/main.go
- cmd/geth/usage.go 2 additions, 0 deletionscmd/geth/usage.go
- cmd/utils/flags.go 19 additions, 0 deletionscmd/utils/flags.go
- core/vm/evm.go 20 additions, 2 deletionscore/vm/evm.go
- core/vm/interpreter.go 5 additions, 0 deletionscore/vm/interpreter.go
- eth/backend.go 5 additions, 1 deletioneth/backend.go
- eth/config.go 5 additions, 0 deletionseth/config.go
- params/config.go 12 additions, 3 deletionsparams/config.go
Loading
Please register or sign in to comment