fix bug in stat, move lstat64 back to unix

This commit is contained in:
Mark McCaskey
2019-04-08 11:26:25 -07:00
committed by Syrus
parent 79da3e8f3c
commit 18a00e8e8f
4 changed files with 22 additions and 20 deletions

View File

@ -1,5 +1,5 @@
use crate::{memory::MemoryType, module::ModuleInfo, structures::TypedIndex, units::Pages};
use std::{borrow::Cow, mem};
use std::borrow::Cow;
/// Represents a WebAssembly type.
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq, Hash)]