بنقرة واحدة
habu-build
Use when building standalone Habu AOT binaries, REPL images, or validating native hb-build behavior.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when building standalone Habu AOT binaries, REPL images, or validating native hb-build behavior.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use when timing the Habu native test suite on a supported host class, comparing host profiles, or setting timing-regression policy.
Use when recovering or refreshing Habu bin/hb, selecting Gforth, validating no-binary bootstrap, or porting bootstrap work to zed/Linux.
Use when running Habu focused tests, the full native gate, timing the gate, or changing gate pool and budget arguments.
استنادا إلى تصنيف SOC المهني
| name | habu-build |
| description | Use when building standalone Habu AOT binaries, REPL images, or validating native hb-build behavior. |
Use checked Habu build tools, not host scripts.
Build an AOT binary:
bin/hb --load lib/errors.f lib/string.f lib/memory.f lib/fs.f lib/fs-mutate.f \
lib/process.f lib/process-argv.f lib/process-env.f lib/source.f lib/build.f \
lib/codesign.f lib/content-key.f tools/build-fixpoint.f tools/cli-run.f \
tools/hb-build-lib.f tools/hb-build.f -- prog.f -o prog
Build a REPL image with hb-build when a test or tool needs a baked REPL bundle.
Keep generated images and binaries out of commits unless they are explicit
source fixtures.