Since last time JS support was tried there have been improvements to the JS implementation of Int and Long to work "as expected" with regards to overflow. See:
Although, re-trying with Kotlin 2.0 is still giving exceptions across various hashing algorithms, so perhaps something doesn't work as expected. Needs to be debugged.
Since last time JS support was tried there have been improvements to the JS implementation of
Int
andLong
to work "as expected" with regards to overflow. See:https://kotlinlang.org/docs/js-to-kotlin-interop.html#kotlin-types-in-javascript
Although, re-trying with Kotlin 2.0 is still giving exceptions across various hashing algorithms, so perhaps something doesn't work as expected. Needs to be debugged.