Whenever I try to compile to `js`, the fact that the project makes (some limited) use of std/rationals brings the whole thing to a halt.
Basically, this line:
ai = int(x)
Run
.../rationals.nim(103, 16) Error: illegal conversion from 'float' to 'int'
Run
Any ideas?
