Open moonheart08 opened 5 hours ago
Since most of our core APIs are defined as COM interfaces, we are no longer maintaining C compliance for the header right now.
To target C, we will need to parse the existing COM interfaces and code-gen the C bindings for them. We welcome contributions to make this possible.
Self explanatory, slang does not provide any C compatible API at this time, making creation of bindings unnecessarily difficult.
Reproduction
gcc -std=c11 slang.h