wasm2wat
Version:
Converts wasm modules into WebAssembly Text format, this is a fork, original npm was not there
40 lines • 924 B
JSON
{
"name": "wasm2wat",
"version": "1.1.1",
"description": "Converts wasm modules into WebAssembly Text format, this is a fork, original npm was not there",
"main": "src/index.js",
"bin": {
"wasm2wat": "bin/wasm2wat"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuslkae/wasm2wat.git"
},
"keywords": [
"WebAssembly",
"WebAssembly Text",
"WAT",
"wat2wasm",
"wasm2wat",
"wabt",
"WebAssembly Text Format",
"WebAssembly Binary Toolkit",
"WASM"
],
"author": "Rick Battagline <rick@battagline.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iuslkae/wasm2wat/issues"
},
"homepage": "https://github.com/iuslkae/wasm2wat",
"dependencies": {
"chalk": "^3.0.0",
"wabt": "^1.0.12"
}
}