Remix.run Logo
mschuster91 4 hours ago

> I... fail to see the point of running just one process.

It makes sense if you got some legacy piece of hardware that has extremely limited resources, both in terms of RAM and storage. Write your code in Go and you don't even need libc any more.

SpaceNoodled 3 hours ago | parent [-]

At that point, it would seem that an RTOS would be even more efficient - and if multithreading is not necessary, then just run it on bare metal.