mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Compilation with make-wasmer-pirita now works
This commit is contained in:
@@ -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)?;
|
||||
|
||||
Reference in New Issue
Block a user