Tracker
Roadmap search
Versions, deliverables, workstreams, tasks, and pages
Backends (JIT and AOT) - Examples
articleStandard
src/content/docs/platform-spec/compiler/build-pipeline/backends-jit-aot/examples.mdx
import SpecArticleChrome from '@beskid/beskid-ui/platform-spec/SpecArticleChrome.astro';
<SpecArticleChrome />beskid runsuccess: JIT compiles and runsmain, returning a formatted value string.beskid build --kind exe: AOT emits object, prepares runtime artifacts, then links executable.beskid build --kind object: AOT stops after object emission and skips link stage.- Bad entrypoint: backend reports entrypoint resolution/signature diagnostic.