wasmux
Version:
WebAssembly toolchain for compiling libc and kernel into system-level WASM modules
37 lines (36 loc) • 1.02 kB
JSON
{
"name": "wasmux",
"version": "0.0.3-develop.11",
"description": "WebAssembly toolchain for compiling libc and kernel into system-level WASM modules",
"author": "Yurii Yakubin",
"homepage": "https://github.com/yacubin/wasmux#readme",
"main": "./es6/main.js",
"types": "./es6/types.d.ts",
"exports": {
".": "./es6/main.js",
"./node": "./es6/node-main.js",
"./node-worker": "./es6/node-worker.js",
"./browser": "./es6/browser-main.js",
"./browser-worker": "./es6/worker.js",
"./build": "./MakeScript.mjs",
"./preset/*": "./preset/*.mjs",
"./toolchain/*": "./toolchain/*.mjs",
"./make-webpack-plugin": "./scripts/make-webpack-plugin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yacubin/wasmux.git"
},
"bugs": {
"url": "https://github.com/yacubin/wasmux/issues",
"email": "yurii.yakubin@gmail.com"
},
"keywords": [
"WebAssembly",
"wasm",
"libc"
],
"dependencies": {
"bitmake": "^0.0.1-develop.14"
}
}