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_dir
for the RISCV target, convert to PVM code and finish by creating a<crate_name>.pvm
blob file. - build_
core_ vm - Build the CoreVM guest program crate in
crate_dir
for the RISCV target, convert to PVM code and finish by creating a<crate_name>.pvm
blob file. - build_
pvm_ blob - Build the PVM crate in
crate_dir
calledcrate_name
for the RISCV target, convert to PVM code and finish by creating a.pvm
blob file of pathoutput_file
.out_dir
is used to store any intermediate build files. - build_
service - Build the service crate in
crate_dir
for the RISCV target, convert to PVM code and finish by creating a<crate_name>.pvm
blob file.