Merge branch 'feature/vm_refactor' into feature/vm_refactor_errors

This commit is contained in:
Lachlan Sneff
2019-01-18 09:20:55 -08:00
committed by GitHub
39 changed files with 1809 additions and 1387 deletions

View File

@ -33,7 +33,7 @@ impl FuncResolver for PlaceholderFuncResolver {
/// This contains all of the items in a `ModuleInner` except the `func_resolver`.
pub struct Module {
module: ModuleInner,
pub module: ModuleInner,
}
impl Module {