mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 16:38:06 +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.