Fix a typo
This commit is contained in:
@@ -308,7 +308,7 @@ impl Instance {
|
|||||||
bail!("cross-`Engine` instantiation is not currently supported");
|
bail!("cross-`Engine` instantiation is not currently supported");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Perform some pre-flight checks before we geet into the meat of
|
// Perform some pre-flight checks before we get into the meat of
|
||||||
// instantiation.
|
// instantiation.
|
||||||
let expected = module.compiled_module().module().imports().count();
|
let expected = module.compiled_module().module().imports().count();
|
||||||
if expected != imports.len() {
|
if expected != imports.len() {
|
||||||
|
|||||||
Reference in New Issue
Block a user