Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix VM uint conversion size bug, stricter int gen on JS (#22150) | metagn | 2023-06-25 | 1 | -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 |