pub fn compile_rust_to_wapm_package(
    manifest_path: &Path,
    out_dir: impl Into<PathBuf>
) -> Result<PathBuf, Error>