Hello emscripten users!
I am planning on building a tool for doing homebrew gameboy development in the web browser. I am hoping to be able to get a compiler and an emulator working to do live reload when a user changes a file, and a bunch of other neat stuff.
Anyways, I feel like the first big thing I need to be able to do is port RGBDS or GBDK over to web assembly.
This is mostly straight up C, nothing too tricky, no fancy libraries or flags. It might take me a bit to make these forks work nicely, but I am more concerned how to invoke them and use them from the browser.
* How do I invoke these tools so I can pass them command line arguments?
* How do I read from stderr / stdout?
Thanks
-Joel