git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree:
πŸ“„.gitmodules
πŸ“„.travis.yml
πŸ“„EVMinterface.js
πŸ“„README.md
πŸ“„codeHandler.js
πŸ“„common.js
πŸ“„debugInterface.js
πŸ“„defaultAgent.js
πŸ“deps
πŸ“docs
πŸ“examples
πŸ“„fakeBlockChain.js
πŸ“„hypervisor.js
πŸ“„index.js
πŸ“„messageQueue.js
πŸ“„opcodes.js
πŸ“„package.json
πŸ“„port.js
πŸ“„portManager.js
πŸ“precompiles
πŸ“„runBlock.js
πŸ“„runTx.js
πŸ“tests
πŸ“tools
πŸ“wasm
README.md

SYNOPSIS - WIP

NPM Package
Build Status

js-standard-style

This is a JS prototype of the eWASM kernal.

INSTALL

You need to compile nodejs from master (9983af03470a89cc925781279be40898efae3f31 is known to be working) to run npm install ewasm-kernel

clone and run npm install

CLONE

TESTS

The tests are written in wasm's text format (.wast) which are then compiled into binary format and ran in node.

To run the test you need

API

todo

LICENSE

MPL-2.0)

Built with git-ssb-web