This repository was archived by the owner on Apr 8, 2026. It is now read-only.
EVMC 7.2.0
Added
- Added Java bindings. #455 #490 #503 #512
- New evmc command-line tool has been added. At the moment it supports command run for executing bytecode in any EVMC-compatible VM implementation. Try
evmc run --helpfor more information. - C++: EVMC basic types
addressandbytes32have all the comparison operators supported. #474 - C++: Convenient constructors from
uint64_tadded for basic typesaddressandbytes32. #488 - C++: Added
VM::get_raw_pointer()method to directly access VM C API when needed. #492
Changed
Fixed
- The implementation of C++
operator<forevmc::addressandevmc::bytes32has been fixed. #498