mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
Replace evm_interface with evm_factory. The factory provides ABI protection and the function for creating EVM instances. After the instance is create you can discard the factory as it is no longer needed.