Long time no post! Been building a graphical #WASM interpreter!
Very useful when your program is doing funky stuff and you don’t know why… Here’s a sneak peek 👀
Long time no post! Been building a graphical #WASM interpreter!
Very useful when your program is doing funky stuff and you don’t know why… Here’s a sneak peek 👀
treefit
in reply to Jonas Kruckenberg • • •would this be able to be run in the browser?
Then it could join the ranks of awesome web based debug tools like the godbolt compiler explorer and rust playground.
Jonas Kruckenberg
in reply to treefit • • •@treefit Actually the “default” version is in-browser yeah!
Since it’s written in rust ive built the gui using egui, so it can support web+native where native def has better performance but shipping a website is just so much easier so thats the default