git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree:
πŸ“„.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

Built with git-ssb-web