Expand description
Code generators
- CONSTRUCTOR
- DISPATCHER
- FUNCTION
- CODE
Re-exportsยง
pub use self::code::Code;
pub use self::code::ExtFunc;
pub use self::constructor::Constructor;
pub use self::constructor::InitStorage;
pub use self::dispatcher::Dispatcher;
pub use self::function::Function;
Modulesยง
- code ๐Table for the code section.
- constructor ๐Contract constructor.
- dispatcher ๐Code generator for EVM dispatcher.
- function ๐Code generation implementation.