Function build_authorizer

Source
pub fn build_authorizer(crate_dir: &Path)
Expand description

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.

This is intended to be called from a crate’s build.rs. The generated blob may be included in the crate by using the pvm_binary macro.