stoffel CLI and the Rust SDK. If you are writing C, C++, Python, or another host-language integration, start by treating the CLI-built .stflb artifact as the boundary: build with stoffel build, then hand that bytecode to the runtime surface your integration owns.
Recommended path
Compiler crate
The compiler implementation lives in thestoffel repository under crates/stoffel-lang. Lower-level FFI work should validate against the current crate source before documenting C ABI details, because the app-facing docs should not promise unsupported package APIs.