mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 08:31:21 +00:00
Improve high level API test
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user