More review fixes

This commit is contained in:
Lachlan Sneff
2019-01-29 13:04:42 -08:00
parent 767fdbd950
commit 581363119b
15 changed files with 76 additions and 80 deletions

View File

@ -10,7 +10,7 @@ use wasmer_runtime_core::{
import::{ImportObject, Namespace},
memory::Memory,
types::{
FuncSig, GlobalDesc,
FuncSig, GlobalDescriptor,
Type::{self, *},
},
vm::LocalGlobal,