标签: javascript node.js code-generation nim
我曾尝试编译nim文件以生成javascript代码但我收到此错误:Error: OS module not ported to your operating system!
Error: OS module not ported to your operating system!
使用此命令:nim js -d:nodejs -r myFile.nim。问题与此文件中的import os有关。有没有解决方案?
nim js -d:nodejs -r myFile.nim
import os