wasmux
Version:
WebAssembly toolchain for compiling libc and kernel into system-level WASM modules
47 lines (46 loc) • 1.3 kB
JSON
{
"name": "wasmux",
"version": "0.0.3-develop.10",
"description": "WebAssembly toolchain for compiling libc and kernel into system-level WASM modules",
"author": "Yurii Yakubin",
"homepage": "https://github.com/yacubin/wasmux#readme",
"types": "./dist/loader.d.ts",
"exports": {
".": "./dist/loader.js",
"./build": "./MakeScript.mjs",
"./preset/*": "./preset/*.mjs",
"./toolchain/*": "./toolchain/*.mjs",
"./make-webpack-plugin": "./scripts/make-webpack-plugin.js"
},
"imports": {
"###/*": "./scripts/*"
},
"scripts": {
"build:types": "dts-bundle-generator --config dtsconfig.js",
"build:debug": "webpack --config webpack.config.mjs --mode development",
"build:release": "webpack --config webpack.config.mjs --mode production"
},
"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.13",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"dts-bundle-generator": "^9.5.1",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3"
}
}