一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言
Go to file
Zengtudor 6245631894 update interface 2024-08-11 15:58:01 +08:00
src update interface 2024-08-11 15:58:01 +08:00
tests/test1 update interface 2024-08-11 15:58:01 +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 15:23:31 +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