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
we export a function through CGO like extern GoInterface testFunc();, how to call this from C or Lua or others? how to initialization and using a GoInterface in C, or in the Luajit FFI context?
The text was updated successfully, but these errors were encountered:
like the code below:
we export a function through CGO like
extern GoInterface testFunc();
, how to call this from C or Lua or others? how to initialization and using aGoInterface
in C, or in the Luajit FFI context?The text was updated successfully, but these errors were encountered: