Hi!
I got compile error when compiling the first exmample in this page with nim c --cc:vcc a.nim
https://nim-lang.org/docs/asynchttpserver.html
Here is the error:
C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um\winnt.h(173): fatal error C1189: #error: "No Target Architecture"
Error: execution of an external compiler program 'vccexe.exe /c --platform:amd64 /nologo -DWIN32_LEAN_AND_MEAN /ID:\dev\nim-1.4.2_x64\nim-1.4.2\lib /ID:\dev\test /nologo /FoC:\Users\eryiju\nimcache\a_d\stdlib_io.nim.c.obj C:\Users\eryiju\nimcache\a_d\stdlib_io.nim.c' failed with exit code: 2
Also, I cannot compile it with clang, but compiling with gcc works fine.