mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
1.1 KiB
1.1 KiB
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
Licensed and distributed under either of
- MIT license: LICENSE-MIT or http://opensource.org/licenses/MIT
or
- Apache License, Version 2.0, (LICENSE-APACHEv2 or http://www.apache.org/licenses/LICENSE-2.0)
at your option. This file may not be copied, modified, or distributed except according to those terms.