I am curious which modules of the Standard library do and which do not work with the JS backend.
I hoped pure libraries would all be JS-compatible, but this is not the case: For example osproc does not seem to work with the JS backend.
Is there a list with the modules of the Standard library which do not work with the JS backend?
Usually the ones that work on NimScript may work on JavaScript, and theres a list on the NimScript documentation.
That is a great hint, @juancarlospaco. Thanks!
I aggregated the info from this thread in a page on the Nim wiki : Standard library and the JavaScript backend
Thanks for all the input!