UNPKG

wasmonkey

Version:

Write and run C code inside JavaScript file.

31 lines (30 loc) 685 B
{ "name": "wasmonkey", "version": "0.3.1", "description": "Write and run C code inside JavaScript file.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DimaPekutko/wasmonkey.git" }, "keywords": [ "wasmonkey", "webassembly", "emcc", "speed", "fast" ], "author": "dmitrypekutko", "license": "ISC", "bugs": { "url": "https://github.com/DimaPekutko/wasmonkey/issues" }, "homepage": "https://github.com/DimaPekutko/wasmonkey#readme", "dependencies": { "benchmark": "^2.1.4", "node-c-parser": "^1.0.11" } }