clean up (second pass)

This commit is contained in:
Mark McCaskey
2019-03-27 14:08:17 -07:00
parent 09068c1a74
commit 315d8286c4
6 changed files with 9 additions and 2 deletions

View File

@ -57,6 +57,7 @@ pub struct ModuleInfo {
pub namespace_table: StringTable<NamespaceIndex>,
pub name_table: StringTable<NameIndex>,
/// Symbol information from emscripten
pub em_symbol_map: Option<HashMap<u32, String>>,
}