一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言
Go to file
Zengtudor 85543d766c update 2024-08-12 17:07:07 +08:00
.vscode update 2024-08-11 16:59:49 +08:00
src update 2024-08-12 15:45:21 +08:00
.gitignore update 2024-08-12 17:07:07 +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-12 14:29:07 +08:00
tsconfig.json update 2024-08-12 14:29:07 +08:00

README.md

nmake

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

运行源码

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