-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I experimented a bit with running the tests on the JS backend, but I came to the conclusion that this is currently not viable. The problem is nim-lang/Nim#4714: 64 bit integers are broken on the JS backend, since they're implemented as floating point values.
We could use std/jsbigints
on the JS backend, but I'd rather not do that, since it has a different API, which means we'd have to implement some functions twice. Apart from that, this library wouldn't be a pure Nim implementation anymore then.
Metadata
Metadata
Assignees
Labels
No labels