wasmexplorer-wasm-compiler
Version:
Compile `.c/++` files to `.wasm` format using [WasmExplorer](https://mbebenita.github.io/WasmExplorer/) service by [@mbebenita](https://github.com/mbebenita).
24 lines (23 loc) • 569 B
JSON
{
"name": "wasmexplorer-wasm-compiler",
"version": "3.3.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "git push -u origin --all; npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhirzh/wasm-compiler-wasmexplorer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhirzh/wasm-compiler-wasmexplorer/issues"
},
"homepage": "https://github.com/zhirzh/wasm-compiler-wasmexplorer#readme",
"dependencies": {
"request": "^2.81.0"
}
}