Skip to main content

Module compile

Module compile 

Source
Expand description

Compile/decompile API for .faf ↔ .fafb conversion

Unified format: string table for section names, classification bits for DNA/Context/Pointer. Every top-level YAML key becomes a section.

Structs§

CompileOptions
Options for compilation
DecompiledFafb
A decompiled .fafb file with header, section table, string table, and raw data

Functions§

compile
Compile a .faf YAML source string into .fafb binary bytes.
decompile
Decompile .fafb binary bytes into a structured representation.