Skip to content

Commit 0b22c2c

Browse files
committed
docs: reframe GraalVM as maximum lightness, not maximum performance
1 parent ea8901a commit 0b22c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Nucleus meets you where you are:
4141
- **Just ship an app?** — One Gradle DSL, 16 packaging formats, auto-update, code signing, notarization. Done.
4242
- **Need native OS integration?** — Runtime libraries for notifications, launchers, taskbar progress, system colors, energy management, dark mode — all cross-platform, with an intuitive Kotlin API.
4343
- **Need to call a platform API directly?**[Native Access](native-access/index.md) lets you write Kotlin/Native code and call it from the JVM with zero glue. No C, no boilerplate, no build scripts.
44-
- **Need maximum performance?**[GraalVM native image](graalvm/index.md) compiles your entire app ahead of time into a standalone binary. Instant startup, minimal RAM, no JRE bundled.
44+
- **Need maximum lightness?**[GraalVM native image](graalvm/index.md) compiles your entire app into a standalone binary. Instant startup, minimal RAM, tiny bundle — no JRE needed.
4545

4646
### The most advanced desktop UI stack in existence
4747

0 commit comments

Comments
 (0)