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
In lieu of proper C/C++ support I'm looking to write a small Go program that just wraps the basic functionality of Cue into some functions that I can export and compile into a DLL using --buildmode=c-shared. However I can't really find any good code examples or where I should look for that sort of thing. Any guidance would be appreciated!
This is helpful but I'm less interested in configuring Cue to some non-default behavior from Go — instead I'd just like some API point that basically replicates default CLI behavior. But I looked at the doc page on what I assume this would be but saw that it isn't filled out yet:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In lieu of proper C/C++ support I'm looking to write a small Go program that just wraps the basic functionality of Cue into some functions that I can export and compile into a DLL using
--buildmode=c-shared
. However I can't really find any good code examples or where I should look for that sort of thing. Any guidance would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions