I made a simple example of reading some values from a nim script and setting an 
object with those values. it involved

`import compiler / [nimeval, llstream]`

but since this is a Godot project the nim code is compiled with --app:lib

it seems like this breaks the setupVM proc in compiler since it says it cannot 
find os.paramStr, likely not implemented since this is compiled as a lib and 
will have no params? just my best guess.

Reply via email to