pub fn build(manifest_path: &Path, target_dir: &Path)
Expand description

Builds a crate for the RISC-V guest target.

  • manifest_path - The manifest path of the crate containing binaries to be compiled for the RISC-V guest target.
  • target_dir - The target directory where the resulting ELF binaries should be placed.