mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-18 11:21:21 +00:00
Change ValueType trait and add basic fs
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
@ -7,7 +6,7 @@ mod state;
|
||||
mod syscalls;
|
||||
mod utils;
|
||||
|
||||
use self::state::{WasiState, WasiFs};
|
||||
use self::state::{WasiFs, WasiState};
|
||||
use self::syscalls::*;
|
||||
|
||||
use std::ffi::c_void;
|
||||
|
Reference in New Issue
Block a user