UNPKG

ktro

Version:

KTRO is a virtual machine designed to execute `.pkg` files containing bytecode instructions. It has been created primarily to execute programs written in the KTRO programming language, which compiles down to its bytecode. While currently operating as an 8

28 lines (27 loc) 604 B
{ "name": "ktro", "version": "1.0.0", "description": "", "main": "ktro.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["vm", "virtualmachine", "ktro", "wasm", "asm"], "author": "jxvz iyc", "license": "ISC", "dependencies": { "@types/node": "^18.0.6", "blessed": "^0.1.81", "clui": "^0.3.6", "express": "^4.18.2", "inquirer": "^9.2.12", "node-fetch": "^3.2.6", "parcel": "^2.10.3", "readline-sync": "^1.4.10", "wabt": "^1.0.32" }, "devDependencies": { "buffer": "^6.0.3" } }