This program create a visual representation of the WASM binary, allowing you
to look at the functions, and the call graphs between functions to analyze their
- behaviour.
+ behaviour. See the screenshots/ folder for example screenshots.
DEPENDENCIES:
This project uses the Love2D game engine to provide the visuals. Love2D is available
* Or, use the arrow keys
Quitting: Either use the "X" on the window, or press the "Escape" key.
+
+ Toggling lines: Press the "l" key to toggle the viewing of function references.