wasmux
Version:
WebAssembly toolchain for compiling libc and kernel into system-level WASM modules
35 lines (34 loc) • 862 B
JSON
{
"name": "wasmux",
"version": "0.0.3-develop.7",
"description": "WebAssembly toolchain for compiling libc and kernel into system-level WASM modules",
"author": "Yurii Yakubin",
"homepage": "https://github.com/ykbin/wasmux#readme",
"exports": {
".": "./MakeScript.mjs",
"./preset/*": "./preset/*.mjs",
"./toolchain/*": "./toolchain/*.mjs",
"./make-webpack-plugin": "./scripts/make-webpack-plugin.js"
},
"imports": {
"###/*": "./scripts/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ykbin/wasmux.git"
},
"bugs": {
"url": "https://github.com/ykbin/wasmux/issues",
"email": "yurii.yakubin@gmail.com"
},
"keywords": [
"WebAssembly",
"wasm",
"libc"
],
"dependencies": {
"bitmake": "^0.0.1-develop.9",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}