Packages

final class ScalaNativeToolchain extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaNativeToolchain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def link(config: NativeConfig, project: Project, fullClasspath: Array[Path], mainClass: String, target: AbsolutePath, logger: Logger): Task[Try[Unit]]

    Compile down to native binary using Scala Native's toolchain.

    Compile down to native binary using Scala Native's toolchain.

    config

    The native configuration to use.

    project

    The project to link

    fullClasspath

    The full classpath to link with

    mainClass

    The fully qualified main class name

    logger

    The logger to use

    returns

    The absolute path to the native binary.