Playground for Stark-based VM Miden's assembly language
Install wasm-pack
In the project directory, you can run:
npm install && npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Test rust code:
cd miden-wasm && wasm-pack test --node
Build production release:
npm run build