ValueScript
ValueScript copied to clipboard
Try running ValueScript on small hardware
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).
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).