Crate hermes_rs

Source

Re-exports§

pub use hermes::*;

Modules§

hermes

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 implements serialize, display and size methods.
map_decode_fn
map_encode_fn
map_size
map_type
set_field