Move a bit more logic out of Module

This commit is contained in:
bjorn3
2020-09-30 17:31:08 +02:00
parent c2ffcdc6d0
commit 7a6e909efe
8 changed files with 66 additions and 53 deletions

2
Cargo.lock generated
View File

@@ -489,6 +489,7 @@ dependencies = [
"anyhow",
"cranelift-codegen",
"cranelift-module",
"log",
"object 0.21.1",
"target-lexicon",
]
@@ -535,6 +536,7 @@ dependencies = [
"cranelift-native",
"errno",
"libc",
"log",
"memmap",
"region",
"target-lexicon",