You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
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).
The text was updated successfully, but these errors were encountered: