-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Standard library and the JavaScript backend
Juan Carlos edited this page Jan 2, 2021
·
3 revisions
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:
Intro
Getting Started
- Install
- Docs
- Curated Packages
- Editor Support
- Unofficial FAQ
- Nim for C programmers
- Nim for Python programmers
- Nim for TypeScript programmers
- Nim for D programmers
- Nim for Java programmers
- Nim for Haskell programmers
Developing
- Build
- Contribute
- Creating a release
- Compiler module reference
- Consts defined by the compiler
- Debugging the compiler
- GitHub Actions/Travis CI/Circle CI/Appveyor
- GitLab CI setup
- Standard library and the JavaScript backend
Misc