• That's great, thanks!

    Is there a simple way to implement an interactive console to the emulator?

    Possibly - I think you can get called back whenever you get data from the emulator, and then you could pass that on (same with injecting characters in). It is possible to serve up an iframe with a websocket server, and then you can link it to the IDE and have it magically work that way. A lot of work though!

    I guess this would be a benefit of your JS-only approach - you could just copy/paste the code in the IDE and see what happened.

About

Avatar for Gordon @Gordon started