Paweł Bylica 5defa1d222 EVM-C: Support multiple implementation
Support multiple VM implementations by EVM-C in a single application by exporting only a function table (like vtable in OOP) for each implementation. The symbol name convention is `<vm-name>_get_fn_table()`.
2016-08-23 12:09:39 +02:00
2015-01-29 15:35:34 +01:00
Description
EVMC – Ethereum Client-VM Connector API
https://evmc.ethereum.org
Apache-2.0
Languages
C 40.7%
C++ 24.2%
Rust 10.7%
CMake 9.1%
Java 5.6%
Other 9.7%