Fix lint errors and windows build

This commit is contained in:
Syrus
2019-06-13 20:46:05 +02:00
parent 8829e1d901
commit 1560849e40
7 changed files with 50 additions and 15 deletions

View File

@ -27,6 +27,8 @@ use libc::{
exit,
fstat,
getpid,
getuid,
// readlink,
// iovec,
lseek,
off_t,
@ -39,8 +41,6 @@ use libc::{
// writev,
stat,
write,
getuid,
// readlink,
};
use wasmer_runtime_core::{
memory::ptr::{Array, WasmPtr},