UNPKG

wasm-metering

Version:

injects metering into webassembly binaries

52 lines (51 loc) 1.13 kB
{ "name": "wasm-metering", "version": "0.2.1", "description": "injects metering into webassembly binaries", "main": "index.js", "scripts": { "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "lint": "standard", "test": "node --harmony ./test/index.js" }, "bin": { "wasm-meter": "./bin/wasm-meter" }, "author": "mjbecze <mjbecze@gmail.com>", "contributors": [ "Alex Beregszaszi <alex@rtfs.hu>" ], "license": "MPL-2.0", "dependencies": { "leb128": "^0.0.4", "wasm-json-toolkit": "0.2.3" }, "devDependencies": { "coveralls": "^3.0.0", "nyc": "^11.6.0", "standard": "^11.0.0", "tape": "^4.9.0" }, "keywords": [ "wasm", "metering", "webassembly" ], "repository": { "type": "git", "url": "https://github.com/ewasm/wasm-metering.git" }, "bugs": { "url": "https://github.com/ewasm/wasm-metering/issues" }, "homepage": "https://github.com/ewasm/wasm-metering", "standard": { "ignore": [ "test/wabt" ], "globals": [ "WebAssembly" ] } }