-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScalaJS support #321
Comments
One problem is the dependence on JVM methods e.g. for big integers, that are the basis for rational numbers. Once these classes are implemented for ScalaJS, the cross-compilation should be only a matter of ironing the small implementation differences between Javascript and the JVM. |
I created corresponding scalajs issue ( scala-js/scala-js#1268 ) |
The created issue is a duplicate. Please refer to scala-js/scala-js#373. |
Bigdecimals were implemented by @inthenow and are available in the latest scalajs release |
We support Scala.js now. |
[typelevel#310] Persist sqlite to disk
It would be great to see spire crosscompiled to ScalaJS
The text was updated successfully, but these errors were encountered: