You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always provide dispatch_context_message and assemble_text_with_context
These FFI functions only depend on the public C API and table.h struct
definitions, not on the Reducer library. Move table.h and libspirv.hpp
includes outside the SPIRV_RUST_TARGET_ENV guard so these functions are
always compiled.
Only the Reducer-specific headers (reducer.h, spirv_reducer_options.h)
remain guarded since they're only needed by reduce_with_cpp.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments