Crate jam_pvm_builder

Crate jam_pvm_builder 

Source
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§

BlobType
Program blob type.
ProfileType

Functions§

build_authorizer
Build the authorizer crate in crate_dir for PVM.
build_corevm_guest
Build the CoreVM guest program crate in crate_dir for PVM.
build_pvm_blob
Build the PVM crate in crate_dir for the RISCV target.
build_service
Build the service crate in crate_dir for PVM.