Module codegen

Source
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.