Open kowalgta opened 9 years ago
whats the status of this ?
I am working on a proxy for decimals, it will be part of the MathJS extension. Surprisingly, we need a new WebSharper compiler feature to make it work, because some of the IntrinsicFunctions module is already proxied in WebSharper, but then we can only proxy the MakeDecimal from the MathJS dll, and the current compiler doesn't support proxies split across multiple dll-s, but I've just submitted a PR with that feature.
With this, at least partial decimal support will be released very soon!
It seems that currently WebSharper does not support decimal when generating Javascript from F#. While compiling I'm getting errors like:
Replacing decimal with float does the trick, though then I have to deal with float problems.
Is there a plan to add full support for decimal on client side ?