ethereumproject / evm-rs

Ethereum Virtual Machine implementation in Rust. Fork of the SputnikVM.
Apache License 2.0
14 stars 5 forks source link

Add conditionally compiled feature for JIT #49

Closed jakelang closed 5 years ago

jakelang commented 5 years ago

Also includes one build fix for the attribute factory. Cleans up all JIT-related dependencies and moves them under a conditionally compiled feature flag.