rustwasm/twiggy

Use tui-rs for the interface

Opened this issue · 1 comments

💡 Feature Description

Explore using https://github.com/fdehau/tui-rs for the interface.
It's used by gitui and many other cool projects and we can do some pretty basic but useful data visualizations. E.g. one can imagine a column on the left with the function list and when you select a function you can explore the wat for it in a column to the right.

Other cool visualizations can be done with it.

🙌 Are you interested in implementing this feature?

Add an "X" to one of the following:

  • Yes

Hi, I was looking for something to summarize by crate #17 (similar to cargo bloat --release --crates) - if I understand correctly, this is to make it more accessible, what would be a less accessible way to do this, in the meantime?