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)
.../rationals.nim(103, 16) Error: illegal conversion from 'float' to 'int'
Any ideas?