π | .gitmodules |
π | README.md |
π | index.js |
π | interface.js |
π | package.json |
π | sexpr-wasm-prototype |
π | tests |
README.md
JS prototype
The js prototype just implements the Ethereum interface. It uses v8 to run the WASM code.
Run tests
The tests are written in wasm's text format (.wast) which are then compiled into binary format and ran in v8.
To run the test you need
- download the submodules.
- compile v8, which will be in the v8 folder, Instuctions here
- compile the sexpr-wasm-prototype which will be in the sexpr-wasm-prototype folder
cd sexpr-wasm-prototype && make
npm install
npm test
Built with git-ssb-web