I can run a Nim shared library on OSv, but when I import the os module and use commandLineParams() I get this error:
/tools/hello.so: failed looking up symbol cmdCount
Why does accessing command line params from the os module cause this? When I load up the C example that prints out something from argv it works fine.