UNPKG

killawat

Version:

KillaWAT is a WebAssembly Text Macro Assembler

32 lines (31 loc) 689 B
{ "name": "killawat", "version": "0.0.31", "description": "KillaWAT is a WebAssembly Text Macro Assembler", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "kwc": "bin/kwc" }, "keywords": [ "WebAssembly", "WebAssembly Text", "WAT", "Wasm", "killawat", "killa wat", "Wasm Text" ], "repository": { "type": "git", "url": "git+https://github.com/battlelinegames/killawat.git" }, "homepage": "https://killawat.com", "author": "Rick Battagline <rick@battagline.com>", "license": "MIT", "dependencies": { "binaryen": "^101.0.0" } }