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.