Enums§
- Either a plain, static instruction table, or a boxed, dynamic instruction table.
Functions§
- Make boxed instruction table that calls
f
closure for every instruction. - Make instruction table.
- Updates a boxed instruction with a new one.
Type Aliases§
- EVM boxed dynamic opcode function signature.
- A table of boxed instructions.
- EVM dynamic opcode function signature.
- EVM opcode function signature.
- Instruction table is list of instruction function pointers mapped to 256 EVM opcodes.