Host Lopolith from a C program: load modules once, create VMs, run entry classes on host threads, and shut everything down cleanly.
make (the VM objects and the
loth CLI) and make libs (the standard library
plugins).The track builds one host program: two entry classes that run concurrently on two host threads, sharing one VM and one singleton.
AppA: shared n=...
AppB: shared n=5000
total=5000 expect=5000
HOST OK
.lothc, native library lookup.vm_run, vm_call, arguments, exit codes, output.