Expand description
A transpiler from custom RISC-V ELFs to OpenVM executable binaries.
Re-exports§
pub use openvm_platform;
Modules§
Traits§
- Trait to add custom RISC-V instruction transpilation to OpenVM instruction format. RISC-V instructions always come in 32-bit chunks. An important feature is that multiple 32-bit RISC-V instructions can be transpiled into a single OpenVM instruction. See
process_custom
for details.