x07-ffi-c

star 0

Emit C output and a C header for embedding X07 in C/C++ via `x07 build --emit-c-header`.

x07lang By x07lang schedule Updated 1/22/2026

name: x07-ffi-c description: Emit C output and a C header for embedding X07 in C/C++ via x07 build --emit-c-header. metadata: short-description: Emit C + header version: 0.1.0 kind: docs

x07-ffi-c

Use this skill when embedding an X07 program as a library.

Canonical commands

  • Emit C + header from a project manifest:
    • x07 build --project x07.json --out target/out.c --emit-c-header target/out.h

Notes

  • --emit-c-header disables emitting a main entrypoint, so the output is linkable/embeddable.
Install via CLI
npx skills add https://github.com/x07lang/x07-website --skill x07-ffi-c
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator