scalafiddle / scalafiddle-core

Source code for the scalafiddle.io compilation service
https://scalafiddle.io
Apache License 2.0
100 stars 37 forks source link

Upgrade the client project to Scala.js 1.0.0-RC2 #43

Closed sjrd closed 4 years ago

sjrd commented 4 years ago

This does not change the fact that fiddles themselves are still compiled and linked with Scala.js 0.6.31. However, it shows that we can decouple the version used by fiddles (currently 0.6.31) from the version used by the infrastructure (now 1.0.0-RC2). This is a major step towards adding support for several Scala.js versions in fiddles.

ochrons commented 4 years ago

That's pretty convenient!