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
VM - the vm with a base instruction set
Container - initializes the VM and provides the an "interface" or binding to the kernel
Kernel - provides IPC methods and enforces message synchronization
Hypervisor - manager the Kernels run times
Channels - allow two contracts to send message to each other
Ports - the internal representation of channels that is exposed to Container
The text was updated successfully, but these errors were encountered:
VM - the vm with a base instruction set
Container - initializes the VM and provides the an "interface" or binding to the kernel
Kernel - provides IPC methods and enforces message synchronization
Hypervisor - manager the Kernels run times
Channels - allow two contracts to send message to each other
Ports - the internal representation of channels that is exposed to Container
The text was updated successfully, but these errors were encountered: