Rework imports

This commit is contained in:
Lachlan Sneff
2019-01-12 22:02:19 -05:00
parent f5c5f777c0
commit a7ffb44bbc
73 changed files with 477 additions and 496 deletions

View File

@ -177,7 +177,7 @@ impl FuncResolver {
impl backend::FuncResolver for FuncResolver {
fn get(
&self,
_module: &wasmer_runtime::module::Module,
_module: &wasmer_runtime::module::ModuleInner,
index: FuncIndex,
) -> Option<NonNull<vm::Func>> {
self.lookup(index)