Expand description
This crate is intended for use on host machine. This includes usage within procedural macros.
Modules§
- exe
- instruction
- program
- riscv
- Module with traits and constants for RISC-V instruction definitions for custom OpenVM instructions.
- utils
Structs§
- Phantom
Discriminant - Publish
Opcode Iter - An iterator over the variants of PublishOpcode
- System
Opcode Iter - An iterator over the variants of SystemOpcode
- Unimplemented
Opcode Iter - An iterator over the variants of UnimplementedOpcode
- VmOpcode
Enums§
- Publish
Opcode - SysPhantom
- Phantom instructions owned by the system. These are handled in the
ExecutionSegment
, as opposed to thePhantomChip
. - System
Opcode - Unimplemented
Opcode