Assembly Script implementation of the JAM PVM (32bit).
- Memory
- JAM tests compatibility
- 64-bit & new instructions (GrayPaper v0.5.0)
- Potentially as an alternative implementation for
typeberry
. - To test out the PVM debugger.
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