Open JosiahParry opened 4 months ago
The rwasm::add_pkg() function will rebuild and reinstall dependencies even if they already exist as a tarball in contrib. This leads to redundant package builds and increased build times.
rwasm::add_pkg()
contrib
The
rwasm::add_pkg()
function will rebuild and reinstall dependencies even if they already exist as a tarball incontrib
. This leads to redundant package builds and increased build times.