nectarjs
Version:
Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.
45 lines (43 loc) • 857 B
JSON
{
"name": "WASM",
"description": "NectarJS base WASM module",
"main": "index.js",
"bugs":
{
"url": "https://github.com/NectarJS/nectarjs/issues"
},
"directories":
{
"root": ".",
"lib": "lib"
},
"homepage": "https://github.com/NectarJS/nectarjs#readme",
"keywords":
[
"nectarjs",
"JSON",
"javascript",
"wasm",
"webassembly"
],
"license": "GPL-3.0-or-later",
"licenses": [
{
"type": "GPL",
"url": "https://github.com/nectarjs/nectarjs/blob/master/LICENSE"
}
],
"repository":
{
"type": "git",
"url": "git+ssh://git@github.com/NectarJS/nectarjs.git"
},
"version": "0.0.2",
"nectar":
{
"env": ["wasm"],
"read_only": [],
"expose": ["__Nectar_WASM_BIND", "__Nectar_WASM_RUN_SCRIPT"],
"lib": ["--bind"]
}
}