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

@ -159,6 +159,7 @@ impl Ctx {
}
}
/// Gives access to the emscripten symbol map, used for debugging
pub unsafe fn borrow_symbol_map(&self) -> &Option<HashMap<u32, String>> {
&(*self.module).info.em_symbol_map
}