git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 2caecab9c7668e6b59a361d55a61d73ff0a6c4c7

Files: 2caecab9c7668e6b59a361d55a61d73ff0a6c4c7 / design.md

1502 bytesRaw

Architecture

This prototype attempts to model Ethereum as three seperate but interlocking layers. Environment, Kernel, and VM.

 +------------------+
 |                  |
 | Environment      |
 |                  |
 +------------------+
        |
 +------------------+
 |                  |
 | Kernal           |
 |                  |
 +------------------+
        |
   interfaces
        |
 +------------------+
 |                  |
 | VM               |
 |                  |
 +------------------+

VM

The VM implements webassembly. Two sets of intefaces are exposed to it by the kernal. The Kernal Interface and The Environment Interface.

Kernel Interface

The kernel handles the following

The kernel Interface expose kernal primitives to VM which contain

Environment Interface

The Environment Interface expose the following

Built with git-ssb-web