mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
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()`.
Description
Languages
C
40.7%
C++
24.2%
Rust
10.7%
CMake
9.1%
Java
5.6%
Other
9.7%