Files: fc6f0a0f0855a69b0137cdf8dd265e6e2fb4e16f / README.md
1046 bytesRaw
SYNOPSIS
This is a JS prototype of the eWASM kernal.
INSTALL
You need to compile nodejs from master to run
npm install ewasm-kernal
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
git submodule update --init
cd sexpr-wasm-prototype && make
npm test
API
todo
LICENSE
Built with git-ssb-web