Improve high level API test

This commit is contained in:
Mark McCaskey
2020-03-25 16:14:04 -07:00
parent cc13e45215
commit c14c88fb72
4 changed files with 161 additions and 10 deletions

View File

@ -254,7 +254,7 @@ impl Module {
}
});
let imported_globals =
info.imported_tables
info.imported_globals
.values()
.map(|(import_name, global_descriptor)| {
let (namespace, name) = get_import_name(info, import_name);