Expand description
Builder logic for creating PVM code blobs for execution on the JAM PVM instances (service code and authorizer code).
Macros§
- pvm_
binary - Returns the resulting blob as a byte slice.
Enums§
- Blob
Type - Program blob type.
- Profile
Type
Functions§
- build_
authorizer - Build the authorizer crate in
crate_dirfor PVM. - build_
corevm_ guest - Build the CoreVM guest program crate in
crate_dirfor PVM. - build_
pvm_ blob - Build the PVM crate in
crate_dirfor the RISCV target. - build_
service - Build the service crate in
crate_dirfor PVM.