summary refs log tree commit diff stats
path: root/tests/js/tneginthash.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix VM uint conversion size bug, stricter int gen on JS (#22150)metagn2023-06-251-0/+21
* fix VM uint conversion bug, stricter int gen on JS fixes #19929 * fix float -> uint64 conversion too * no need to mask to source type * simpler diff with explanation, add test for described issue