git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 4fab50d68a1e30515e707a71ab11d420f18fd7a7

Update design.md

wanderer authored on 7/12/2016, 4:27:50 AM
GitHub committed on 7/12/2016, 4:27:50 AM
Parent: 03d5e6e6b7b4bec7419d5ff8a231d1b54246ac6d

Files changed

design.mdchanged
design.mdView
@@ -1,9 +1,10 @@
1-# Architechture
1+# Architecture
22
33 This prototype attemps to module Ethereum as three seperate but interlocking
44 layers. Environment, Kernel, and VM
55
6+```
67 +------------------+
78 | |
89 | Environment |
910 | |
@@ -21,9 +22,9 @@
2122 | |
2223 | VM |
2324 | |
2425 +------------------+
25-
26+```
2627 ## VM
2728
2829 The Vm implements [webassembly](https://github.com/WebAssembly/design). Two
2930 sets of intefaces are exposed to it by the kernal. The Kernal Interface and

Built with git-ssb-web