文件名称:tjs:TJS = tinyc编译器+ quickjs
文件大小:6.02MB
文件格式:ZIP
更新时间:2024-05-30 04:40:05
Zig
TJS = tinyc编译器+ quickjs 混合两个世界的力量,使您可以在js中(内联)调用c函数。 玩具项目,不保证安全,使用风险自负。 例子 // yes, it support es-module import { Compiler } from "builtin:c" ; // initialize compiler const compiler = new Compiler ( "memory" ) ; // link to user32 to use MessageBoxA compiler . link ( "user32" ) ; // and place your c code inline compiler . compile ( String . raw ` #define UNICODE #define WIN32_LEAN_AND_MEAN #includ