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
I want to be able to bind a custom external function as a method like so:
voidfunc(Test& self) {
}
and then on the javascript side I would like to be able to call it as a member method like:
newTest().func()
Many binding libs for python/lua for instance can do this easily, even they can accept lambda functions.
Is there a way to do so here? By the way I like this lib as it is almost the only one which compiles with newer nodejs versions.
Thanks.
The text was updated successfully, but these errors were encountered:
Suppose the following:
I want to be able to bind a custom external function as a method like so:
and then on the javascript side I would like to be able to call it as a member method like:
Many binding libs for
python/lua
for instance can do this easily, even they can accept lambda functions.Is there a way to do so here? By the way I like this lib as it is almost the only one which compiles with newer
nodejs
versions.Thanks.
The text was updated successfully, but these errors were encountered: