Native Artifact For Embedding

Producing a native shared library a JVM app can actually load and ship — why a prebuilt portable bundle usually is not a loadable library at all, building on the oldest base system you support, run-path choice, which libraries to deliberately leave out of the bundle, and gating the build on a load-and-initialize smoke test. Reach for it when the bundled native works on every developer machine and fails on a clean one, or when you discover the app has been quietly using a system-wide copy instead of yours.

maxrave-dev 3a06e2d 7.7 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/native-artifact-for-embedding commit 3a06e2d845

Frequently asked questions

npx skillmds@latest add maxrave-dev/native-artifact-for-embedding