wasdk / WebAssemblyStudio

Learn, Teach, Work and Play in the WebAssembly Studio
http://webassembly.studio
MIT License
2.93k stars 274 forks source link

Add an option to display the wasm binary alongside the text representation #410

Open maudnals opened 5 years ago

maudnals commented 5 years ago

At the moment, wasm code is displayed in its .wat format, which is best.

However: having the option to look at the binary format might be interesting.
Especially for newcomers coming from JS, to understand how wasm has different formats suited for different purposes.

It's probably something a user would do just once or twice.

I think of this feature as conceptually similar to:

I would like to work on that, any thoughts?