Implementation tree for the T81 runtime, compiler/tooling pipeline, and supporting subsystems.
c_api/: C-language API bridge surfacecanonfs/: CanonFS runtime/storage integrationcodec/: canonical encoding/decoding utilitiescrypto/: cryptographic support utilitiesio/: runtime I/O helpers and adapterspython/: Python binding module sourcessetun/: set/union support primitivessimd/: SIMD helper implementationstensor/: tensor runtime operations and helpersmain.c, t81_core.h: entry/header integration stubs used by specific build targetsc_api/, python/: external language bindingsinclude/t81/.tests/cpp/ for behavior changes.cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
ctest --test-dir build --output-on-failure