.aec
files - saved compiled contracts which can be reused by the compiler
#446
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: radrow
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).