π | .gitmodules |
π | README.md |
π | constants.js |
π | debugInterface.js |
π | design.md |
π | environment.js |
π | index.js |
π | interface.js |
π | package.json |
π | sexpr-wasm-prototype |
π | tests |
README.md
SYNOPSIS - WIP
This is a JS prototype of the eWASM kernal.
INSTALL
You need to compile nodejs from master to runnpm install ewasm-kernal
clone and run npm install
CLONE
- mango
git clone mango://0xf75056c8c84d993434a2f19251df9ea2a8708df0
- git-ssb
git clone ssb://%ffhV6DU5qTXl7+fER4qztY37+/C2/6dsFALkREjb2MU=.sha256
- git
git clone https://github.com/ethereumjs/ewasm-kernel.git
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
git submodule update --init
cd sexpr-wasm-prototype && make
npm test
API
todo
LICENSE
Built with git-ssb-web