I've been working on a WebAssembly disassembler / viewer. The goal is to make it easy to navigate types and functions, find the objects corresponding to a particular byte offset, see where a particular instruction is used...all the stuff that I wish I had at work. 🙂