pub fn build_guest_package(
pkg: &Package,
guest_opts: &GuestOptions,
runtime_lib: Option<&str>,
target_filter: &Option<TargetFilter>,
) -> Result<PathBuf, Option<i32>>
Expand description
Builds a package that targets the riscv guest into the specified target directory.