ValueScript icon indicating copy to clipboard operation
ValueScript copied to clipboard

Try running ValueScript on small hardware

Open voltrevo opened this issue 2 years ago • 1 comments

I'm curious to find out how small of a device we can run ValueScript on. Raspberry pi pico? Arduino?

An extended version of this would be to add a new build target for a binary that's just the VM (and possibly with the bytecode of a program embedded inside).

voltrevo avatar Mar 08 '23 04:03 voltrevo

An extended version of this would be to add a new build target for a binary that's just the VM (and possibly with the bytecode of a program embedded inside).

There is now a new target valuescript_program_embed which does this. It can be compiled into 534KiB (see source for more details).

voltrevo avatar Mar 10 '23 02:03 voltrevo