evmc
evmc copied to clipboard
Use fixed size type for memory buffer size
Use uint32_t instead of size_t.
This would also help the rust bindings (after #526).
I think uint32_t is fine considering EIP-1985.