This is an example on how to cross compile code to Scala.js and Scala JVM.
To try it out, launch sbt and type:
fooNative/run
fooJVM/run
fooJS/run
More information can be found in the sbt-cross project and in the scripted tests
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is an example on how to cross compile code to Scala.js and Scala JVM.
To try it out, launch sbt and type:
fooNative/run
fooJVM/run
fooJS/run
More information can be found in the sbt-cross project and in the scripted tests