scalafiddle / scalafiddle-core

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

Speed up and Scala 2.12 #23

Closed AIMMOTH closed 6 years ago

AIMMOTH commented 6 years ago

Hello,

I made a concept with a servlet compiling Scala JS source, you can find it here https://github.com/aimmoth/scalajs-compiler-servlet

It seems the fiddler code is using Scala 2.11. Is it possible to update to 2.12? I tried but there was a lot of deprecation.

Also, how do you speed up the compilation part?

Thanks

ochrons commented 6 years ago

Probably best to have this discussion in Gitter 😄