Setup the spectests lib to use llvm-backend

This commit is contained in:
Brandon Fish
2019-02-28 23:02:03 -06:00
parent 51c9091fc5
commit b80252e165
4 changed files with 8 additions and 10 deletions

View File

@ -1,9 +1,4 @@
use crate::{
memory::MemoryType,
module::ModuleInfo,
structures::TypedIndex,
units::Pages,
};
use crate::{memory::MemoryType, module::ModuleInfo, structures::TypedIndex, units::Pages};
use std::{borrow::Cow, mem};
/// Represents a WebAssembly type.