Is there any way to attach additional resources to the VM or Process structs so that Host functions can deal with per-VM resources? Imagine a set of host functions that deal with "STDOUT" - I might want a different "stdout" buffer for each VM. But host functions don't seem to have access to anything other than the VM linear memory. Any suggestions?
Is there any way to attach additional resources to the VM or Process structs so that Host functions can deal with per-VM resources? Imagine a set of host functions that deal with "STDOUT" - I might want a different "stdout" buffer for each VM. But host functions don't seem to have access to anything other than the VM linear memory. Any suggestions?