On windows, if we compile the code with
nim c -r --mm:go m.nim
then the exe needs libgo.dll
but I can't find libgo.dll, where can we get it? Or could it be better if the link is noted in https://nim-lang.org/docs/mm.html ?
btw, if we use
--mm:boehm
the needed boehmgc64.dll can be found in official release