Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 975 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 975 Bytes

🍍 anan-as

Assembly Script implementation of the JAM PVM (32bit).

Demo

Todo

Why?

Useful where?

Building

To download the dependencies:

$ npm ci

To build the WASM modules (in ./build/{release,debug}.wasm):

$ npm build

To run the example in the browser at http://localhost:3000.

$ npm run web

To run JSON test vectors.

$ npm start ./path/to/tests/*.json