Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
This is very cool! But it's a bit weird to cross-compile the program using Emscripten for the offline case too. That surely makes debugging using an IDE virtually impossible.
Wouldn't it be better to compile it to native C++ and just use the web for the interface? You could embed a simple web server for that purpose.