Skip to content

Assembly Script implementation of the JAM PVM

Notifications You must be signed in to change notification settings

tomusdrw/anan-as

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2025
Jan 27, 2025
Jan 26, 2025
Nov 27, 2024
Jan 26, 2025
Dec 29, 2024
Jan 10, 2025
Jan 14, 2025
Jan 14, 2025
Dec 29, 2024
Dec 29, 2024
Feb 10, 2025
Feb 10, 2025

Repository files navigation

🍍 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