You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
This project only supports Rust and cargo right now, and to get a great project, we need to support more platforms!
Here is how you can proceed:
declare a new module for your language
implement the Platform trait for your module, following the example code of the Rust module
For Scala, we should look for a build.sbt file in the probe() method, and call sbt build and sbt run in the build() and run() methods.
The text was updated successfully, but these errors were encountered:
This project only supports Rust and cargo right now, and to get a great project, we need to support more platforms!
Here is how you can proceed:
declare a new module for your language
implement the Platform trait for your module, following the example code of the Rust module
For Scala, we should look for a
build.sbt
file in the probe() method, and callsbt build
andsbt run
in thebuild()
andrun()
methods.The text was updated successfully, but these errors were encountered: