mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
419 B
419 B
Nim Ethereum EVM-C
Nim EVM-C is a wrapper for EVMC, the Ethereum Client-VM Connector API.
At the moment it has been tested with the EVM JIT.
You need to build EVM JIT as a shared library by replacing add_library(evmjit ${SOURCES} gen/BuildInfo.gen.h)
by add_library(evmjit SHARED ${SOURCES} gen/BuildInfo.gen.h)
in libevmjit/CMakeLists