summary refs log tree commit diff stats
path: root/tests/js/tbigint_backend.nim
Commit message (Collapse)AuthorAgeFilesLines
* [backport 1.0] add backend support for js bigint (#16606)Timothee Cour2021-01-061-0/+58
* add backend support for js bigint * cleanup * add tests * add -d:nimHasJsBigIntBackend * cleanup * more tests