pub fn build_authorizer(crate_dir: &Path)Expand description
Build the authorizer crate in crate_dir for PVM.
Outputs
{out_dir}/{crate_name}.jam- JAM program blob,{out_dir}/{crate_name}.polkavm- PolkaVM program blob for debugging.
The blob may be included in the relevant crate by using the pvm_binary macro.