rustwasm / twiggy

Twiggy🌱 is a code size profiler
https://rustwasm.github.io/twiggy
Apache License 2.0
1.29k stars 69 forks source link

Use tui-rs for the interface #581

Open AlexEne opened 3 years ago

AlexEne commented 3 years ago

💡 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:

ivnsch commented 1 year ago

Hi, I was looking for something to summarize by crate https://github.com/rustwasm/twiggy/issues/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?