bleep link
link JS or Native projects (Scala.js / Scala Native / Kotlin/JS / Kotlin/Native) — produces .js or a native executable
Synopsis
bleep link <project name...> [flags]
Arguments
| Argument | Type |
|---|---|
project name | one or more |
Flags
| Flag | Description |
|---|---|
--watch, -w | start in watch mode |
--release, -r | force linking in release mode |
--source-maps | enable source maps (JS platforms) |
--no-source-maps | disable source maps (JS platforms) |
--minify | enable minification (Scala.js) |
--no-minify | disable minification (Scala.js) |
--module-kind <string> | JS module kind: commonjs, esmodule, nomodule |
--lto <string> | Link-time optimization (Scala Native): none, thin, full |
--optimize | enable optimizations/DCE (all non-JVM platforms) |
--no-optimize | disable optimizations/DCE (all non-JVM platforms) |
--debug-info | include debug info (native platforms) |
--no-debug-info | exclude debug info (native platforms) |
--no-tui | disable TUI, show summary only (for CI/agents) |
--quiet, -q | alias for --no-tui |
--flamegraph | generate execution trace (open in chrome://tracing or ui.perfetto.dev) |
--cancel | cancel any running build before starting |