This is an experimental compiler that compiles Tzo Standard Representation into a WebAssembly .wat file!
- make sure you have dependencies installed:
npm i
npm run start -- --input <path to Tzo VMState .json> --output out.wat
npx wat2wasm ./out.wat
// will likely not work!node src/test.js ./out.wasm
// will likely not work!