mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 21:21:33 +00:00
fix lint again
This commit is contained in:
@ -5,6 +5,7 @@ extern crate wasmer_runtime;
|
||||
use byteorder::{ByteOrder, LittleEndian};
|
||||
use hashbrown::HashMap;
|
||||
use std::mem;
|
||||
use wasmer_runtime::{func, imports, Global, Memory, Table, Value};
|
||||
use wasmer_runtime_core::{
|
||||
export::{Context, Export, FuncPointer, GlobalPointer},
|
||||
import::{ImportObject, Namespace},
|
||||
@ -15,14 +16,6 @@ use wasmer_runtime_core::{
|
||||
},
|
||||
vm::LocalGlobal,
|
||||
};
|
||||
use wasmer_runtime::{
|
||||
Memory,
|
||||
Table,
|
||||
Global,
|
||||
Value,
|
||||
imports,
|
||||
func,
|
||||
};
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
Reference in New Issue
Block a user