You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • The situation here has now changed a bit...

    When you write assembler it's now assembled into a 'flat string' which is stored in the RAM dedicated to variable storage. It means that you can now save() assembled code and it'll 'just work'.

    Loading from flash is now as easy as:

    var myFunction = E.nativeCall(1, "JsVar(JsVar,JsVar)", require("fs").readFileSync("myFunction.b­in")); 
    
About

Avatar for Gordon @Gordon started