mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
Nim Ethereum EVM-C
Introduction
Nim EVM-C is a wrapper for EVMC, the Ethereum Client-VM Connector API.
So far, it has been tested with the EVM JIT.
Installation
You need to build EVM JIT as a shared library, by replacing add_library(evmjit ${SOURCES} gen/BuildInfo.gen.h)
with add_library(evmjit SHARED ${SOURCES} gen/BuildInfo.gen.h)
in libevmjit/CMakeLists.
License
May be distributed under one or both of the following:
Description
Languages
C
40.7%
C++
24.2%
Rust
10.7%
CMake
9.1%
Java
5.6%
Other
9.7%