Sounds interesting. I wonder if you could explain this better:<p>> No default runtime<p>> Candor has no default APIs that are doing 'high-level' things with objects and arrays. These routines should be implemented by embedder (like candor.io).<p>> Removing runtime from VM is good in terms of support, less dependencies - less things to care about, and leaving things out of the core keeps it compact.<p>Are you saying there is no standard library? And what does "embedder" mean in this context?