• @JumJum, the 'automated build' actually builds all commits in all branches, so for instance if you look on https://github.com/espruino/Espruino/tre­e/js_compiler you'll get the commit hash cca740699928e7f5ee1cee62e43299e19b33f10f­, which you can then use as the URL, eg: http://www.espruino.com/binaries/git/com­mits/cca740699928e7f5ee1cee62e43299e19b3­3f10f/

    If you try that build, you should be able to get the compiled code in the Web IDE to work with it. Thanks for the other discoveries too - I knew when I wrote the code that I should have tested it with two compiled functions :)

    The real killer thing for this will be the new 'setWatch' functionality which allows you to run code in an interrupt. Unfortunately there are some issues with accessing JavaScript variables directly from an IRQ, but hopefully I can overcome those with a bit of work.

About

Avatar for Gordon @Gordon started