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
The main issue would be how to deal with omni_alloc? It would require a conditional (when defined(omni_export_c)) rewrite to deal with user submitting the void* function pointers to alloc functions on a per call basis... Too much work for now
Export the C generated source as a single header, and define all entry points as
inline
functions.The text was updated successfully, but these errors were encountered: