.aec
files - saved compiled contracts which can be reused by the compiler
#446
Labels
.aec
files - saved compiled contracts which can be reused by the compiler
#446
An .aec file is an interface file with compiled implementations:
The typechecker trusts the type declaration. Compiler deserializes code, checks if the declared type matches and just pastes assembly.
Of course you are not supposed to distribute aec files, they are for caching and partial compilation (for REPL for example).
The text was updated successfully, but these errors were encountered: