solidity/test/evmc
..
CMakeLists.txt
evmc.h
evmc.hpp
filter_iterator.hpp
helpers.h
hex.hpp
LICENSE
loader.c
loader.h
mocked_host.hpp
README.md
utils.h

EVMC

This is an import of EVMC version 10.0.0.

Important: The MockedAccount.storage is changed to a map from unordered_map as ordering is important for fuzzing.