Merge branch 'master' into feature/llvm-cgapi

This commit is contained in:
Brandon Fish
2019-05-06 22:39:20 -05:00
committed by GitHub
37 changed files with 327 additions and 151 deletions

View File

@ -4,7 +4,6 @@ use crate::{
cache::{Artifact, Error as CacheError},
error::{CompileError, CompileResult},
module::{ModuleInfo, ModuleInner},
parse::LoadError,
structures::Map,
types::{FuncIndex, FuncSig, SigIndex},
};