一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言
Go to file
Zengtudor 347a0758e0 update 2024-08-11 22:59:13 +08:00
.vscode update 2024-08-11 16:59:49 +08:00
src update 2024-08-11 22:59:13 +08:00
tests update 2024-08-11 22:59:13 +08:00
.gitignore update 2024-08-11 10:48:23 +08:00
LICENSE Initial commit 2024-08-11 01:49:09 +00:00
README.md update 2024-08-11 10:48:23 +08:00
package.json update 2024-08-11 22:59:13 +08:00
tsconfig.json update 2024-08-11 15:23:31 +08:00

README.md

nmake

一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言

运行源码

npm i pnpm -g
pnpm install
pnpm run dev
# or
tsc -w
node ./build/index.js