Expand description
Builder logic for creating PVM code blobs for execution on the JAM PVM instances (service code and authorizer code).
Macros§
Enums§
Functions§
- Build the authorizer crate in the parent path for the RISCV target, convert to PVM code and finish by creating a
.pvmblob file for inclusion into thelib.rsof the present crate using thepvm_binarymacro. - Build the PVM crate in
crate_dircalledcrate_namefor the RISCV target, convert to PVM code and finish by creating a.pvmblob file for inclusion into thelib.rsof the present crate (calledthis_crate_name) using thepvm_binarymacro. The crate is either a service or an authorizer, defined byblob_type. - Build the service crate in the parent path for the RISCV target, convert to PVM code and finish by creating a
.pvmblob file for inclusion into thelib.rsof the present crate using thepvm_binarymacro.