Skip to main content

Crate javm_transpiler

Crate javm_transpiler 

Source
Expand description

RISC-V ELF to PVM2 transpiler.

Converts RISC-V rv64em+C+Zbb+Zba+Zbs+Zicond+Zicclsm+custom-0 ELF binaries into PVM2 program blobs suitable for execution by the JAR PVM2 engine (interpreter / x86 recompiler).

Modules§

elf
ELF parsing helpers shared by the PVM2 linker.
layout
Shared program data-region layout for transpiler-emitted Images.
linker
ELF → PVM2 (raw RV+C+custom-0 bytes) linker.

Enums§

TranspileError