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_
authorizer - Build the authorizer crate in
crate_dirfor the RISCV target, convert to PVM code and finish by creating a<crate_name>.pvmblob file. - build_
corevm - Build the CoreVM guest program crate in
crate_dirfor the RISCV target, convert to PVM code and finish by creating a<crate_name>.pvmblob file. - build_
pvm_ blob - Build the PVM crate in
crate_dircalledcrate_namefor the RISCV target, convert to PVM code and finish by creating a.pvmblob file of pathoutput_file.out_diris used to store any intermediate build files. - build_
service - Build the service crate in
crate_dirfor the RISCV target, convert to PVM code and finish by creating a<crate_name>.pvmblob file.