-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Description
As discussed in #102 it would be great to have the ability to change/create/extend the script that is running on the device using some kind of WebIDE. It was suggested there that it would be possible to compile the JS code on the device itself.
I experimented with a different solution but don't know how useful it would be. I successfully compiled xsc
/xsl
using emscripten and am able to compile JS in the browser now. I did not look into the whole architecture of this project, my initial idea is to transfer the generated buffer to the device and then execute them there.
That is the point where I am currently stuck I don't know how I would go and execute the payload compiled by the browser.
Any pointers to how/if this could work?
phoddie, barbiani, jamieparkinson, horihiro and meganetaaan
Metadata
Metadata
Assignees
Labels
No labels