mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
14 lines
328 B
Markdown
14 lines
328 B
Markdown
# NODE模块的编译器测试目录
|
|
|
|
## 代码存放位置
|
|
|
|
wine版存放于 `node_modules/wcc_wine`
|
|
linux版存放于 `node_modules/wcc_linux`
|
|
|
|
|
|
## 生成代码
|
|
|
|
wine版按 `./vscode/launch.json` 配置执行nwjs生成 `wine.txt` 结尾的文件
|
|
linux版执行 `wcc_test.js` `wcsc_test.js` 生成 `linux.txt` 结尾的文件
|
|
|