Compilation with make-wasmer-pirita now works

This commit is contained in:
Felix Schütt
2022-10-27 08:59:40 +02:00
parent c4bf4e173c
commit 705dc8f345
5 changed files with 82 additions and 11 deletions

View File

@@ -176,7 +176,6 @@ impl CreateObj {
output_path: PathBuf,
object_format: ObjectFormat,
) -> Result<()> {
use wasmer_object::Object;
if output_path.exists() {
if output_path.is_dir() {
wapm_targz_to_pirita::nuke_dir(&output_path)?;