pub fn build_core_vm(crate_dir: &Path)Expand description
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.
If used in build.rs, then this may be included in the relevant crate by using the pvm_binary
macro.