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
When SPIRV_RUST_TARGET_ENV is defined, avoid including source/table.h
and other internal headers that depend on generated files like
core_tables_header.inc. Instead, provide stub implementations for all
FFI functions including dispatch_context_message.
This fixes the Bazel build which doesn't have the generated headers
available when building the Rust FFI library.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments