Start producing object files with llvm

This commit is contained in:
Lachlan Sneff
2019-02-15 16:02:20 -08:00
parent 73b4f7d337
commit 108973dabe
6 changed files with 180 additions and 27 deletions

View File

@ -1,6 +1,6 @@
use crate::{
memory::MemoryType,
module::{ModuleInfo, ModuleInner},
module::ModuleInfo,
structures::TypedIndex,
units::Pages,
};