wasm-run
Version:
Run arbitrary WASM/WASI files
34 lines (33 loc) • 678 B
JSON
{
"name": "wasm-run",
"version": "0.1.2",
"description": "Run arbitrary WASM/WASI files",
"author": "Volodymyr Shymanskyy",
"license": "MIT",
"main": "wasm-run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"wasm-run": "wasm-run.js"
},
"dependencies": {
"binaryen": "^101.0.0",
"chalk": "^4.1.1",
"restructure": "^2.0.0",
"yargs": "^16.2.0"
},
"keywords": [
"WebAssembly",
"wasm",
"WASI",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/wasm3/node-wasm-run"
},
"bugs": {
"url": "https://github.com/wasm3/node-wasm-run/issues"
}
}