Great! To be honest PC is really the odd one out here, so I guess I should really have ifdef'd based on that.
jsnative.c is probably the one architecture-specific bit of code in the interpreter. It still amazes me there's no C API to do what jsnative.c does though - it seems like it's a really common thing to want to do.
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.
Great! To be honest PC is really the odd one out here, so I guess I should really have
ifdef
'd based on that.jsnative.c
is probably the one architecture-specific bit of code in the interpreter. It still amazes me there's no C API to do what jsnative.c does though - it seems like it's a really common thing to want to do.