Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to include exports in C code so we can fetch it without needing the C++ interface #116

Open
adrian-thurston opened this issue Apr 10, 2020 · 0 comments

Comments

@adrian-thurston
Copy link
Owner

So far exporting is only possible from C++. Need to also include exports in the C code as a reference to the global id, then we can fetch the exports with a call to colm_get_global.

adrian-thurston added a commit that referenced this issue Apr 10, 2020
Addes an array of exports to runtime data. Also declares each export as an
integer. The value of the export can be passed to colm_get_gloal(). They are
named colm_export_<export-name>. refs #116.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant