Module: Sock
- Defined in:
- lib/fresco/runtime/runtime.rb
Overview
Fresco: runtime shim. Auto-generated by ‘fresco build`; do not edit.
Source of truth: lib/fresco/runtime/runtime.rb in the fresco gem —‘fresco build` copies this file verbatim into generated/runtime.rb. The FFI module’s ‘ffi_cflags “generated/runtime/http.c”` injects the shim into the cc invocation Spinel issues. `fresco build` copies the C source into generated/runtime/ before Spinel runs, so the relative path resolves from the user app’s cwd. CRuby ignores ffi_* declarations because they’re rewritten by Spinel’s codegen, not invoked at runtime.