Fix warnings.

This commit is contained in:
losfair
2019-03-17 10:54:50 +08:00
parent f8fe999015
commit d8d39c309c
6 changed files with 143 additions and 207 deletions

View File

@ -1,9 +1,7 @@
use std::sync::Arc;
use wasmer_runtime_core::{
backend::{ProtectedCaller, FuncResolver},
structures::Map,
types::{FuncIndex, FuncSig, SigIndex},
units::Pages,
module::ModuleInfo,
};
use wasmparser::{Operator, Type as WpType};