Skip to content

Commit

Permalink
add Spacemesh SVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Aimeedeer authored Feb 5, 2020
1 parent 15b74f8 commit 720adf5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
- [Comit](https://comit.network/) is an open protocol facilitating trustless cross-blockchain applications.

## Virtual Machines
- [Wasmer](https://wasmer.io/) -- a convenient Rust wrapper over WebAssembly backends;
- [Wasmtime & Lightbeam](https://github.com/CraneStation/wasmtime) -- Wasmtime -- JIT runtime, Lightbeam -- single-pass compiler for WebAssembly;
- [Wasmi](https://github.com/paritytech/wasmi) -- WebAssembly interpreter;
- [CKB-VM](https://github.com/nervosnetwork/ckb-vm) -- RISC-V virtual machine;
- [EVM Parity](https://github.com/paritytech/parity-ethereum/tree/master/evmbin) -- Parity implementation of EVM.
- [EVM Parity](https://github.com/paritytech/parity-ethereum/tree/master/evmbin) -- Parity implementation of EVM;
- [SVM](https://github.com/spacemeshos/svm) -- Spacemesh Virtual Machine;
- [Wasmi](https://github.com/paritytech/wasmi) -- WebAssembly interpreter;
- [Wasmer](https://wasmer.io/) -- a convenient Rust wrapper over WebAssembly backends;
- [Wasmtime & Lightbeam](https://github.com/CraneStation/wasmtime) -- Wasmtime -- JIT runtime, Lightbeam -- single-pass compiler for WebAssembly.

## General-Purpose Consensus
- [Raft](https://github.com/pingcap/raft-rs) Raft distributed consensus algorithm implemented in Rust;
Expand Down

0 comments on commit 720adf5

Please sign in to comment.