Browse Source
* Implement runtime::Module::function_locations_with_names() Map the iterator returned by Module::function_locations() to another one that returns a 3-tuple containing the function name, the offset, and the length of each function defined in this particular module. * Show function names in "explore" instead of just the indices * Address review: Change iterator format * Address review: use the new iterator struct * Address review commentspull/8637/head
L. Pereira
6 months ago
committed by
GitHub
5 changed files with 58 additions and 17 deletions
Loading…
Reference in new issue