Standard library and the JavaScript backend - nim-lang/Nim GitHub Wiki
The JavaScript backend can use only some modules from the Standard Library. Here a list of modules known to work with the JS backend:
Furthermore all module working in NimScript should be available. Here the additional modules from the ones listed in the NimScript documenation:
- macros
- os
- distros
- sugar
- algorithm
- base64
- bitops
- chains
- colors
- complex
- htmlgen
- httpcore
- lenientops
- mersenne
- options
- parseutils
- punycode
- random
- stats
- strformat
- strmisc
- strscans
- unicode
- uri
- std/editdistance
- std/wordwrap
- std/sums
See also: