Re-exports§
pub use hermes::*;
Modules§
Macros§
- build_
instructions - define_
instructions - This macro is used to define a list of instructions for a given version of Hermes.It will return a
Vec<Instruction>
that can be serialized into the bytecode sectionof a Hermes executable. - define_
instructions_ alt - define_
opcode - get_
field - impl_
instruction_ parser - Implement the InstructionParser trait for all instructions so we can use
the
deserialize
method to read instructions from a file/stream in a more generic way. Also implementsserialize
,display
andsize
methods. - map_
decode_ fn - map_
encode_ fn - map_
size - map_
type - set_
field