We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f739002 + 77a78e5 commit a1c9abbCopy full SHA for a1c9abb
_posts/news/2022-02-14-announcing-scalajs-1.9.0.md
@@ -86,7 +86,7 @@ We have optimized our `fround` polyfill to the greatest extent possible, but ben
86
If you really want to, you can switch back to non-strict float semantics with the following linker setting:
87
88
{% highlight scala %}
89
-scalaJSLinkerConfig ~= { _.withSemantics(_.withStrictFloats(true)) }
+scalaJSLinkerConfig ~= { _.withSemantics(_.withStrictFloats(false)) }
90
{% endhighlight scala %}
91
92
This is however *deprecated*, and will eventually *cease to have any effect* in a later major or minor version of Scala.js.
0 commit comments