Ok, it's now live! So you should be able to compile for Bangle.js with floating point support using the normal compiler service.
Yes, there are ways around pretokenisation (I bet #include isn't the only thing that includes files) - but to be honest it was just a matter of trying to provide a useful tool without a massive security hole or complicating it so much it never got released.
IMO the best would be to just emscripten compile ARM GCC and run it in the browser if needed. I'd love to get as little as possible dependent on the server
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok, it's now live! So you should be able to compile for Bangle.js with floating point support using the normal compiler service.
Yes, there are ways around pretokenisation (I bet
#include
isn't the only thing that includes files) - but to be honest it was just a matter of trying to provide a useful tool without a massive security hole or complicating it so much it never got released.IMO the best would be to just emscripten compile ARM GCC and run it in the browser if needed. I'd love to get as little as possible dependent on the server