Replies: 1 comment
-
I'm not sure if I understand what you means. But for calling c++ code from nodejs or set nodejs callback for C++,you may try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What OS are you using (
uname -a
, or Windows version)?Windows
What programming language are you using (C/C++/Go/Rust)?
Visual Studio 2022
What did you expect to see and what you saw instead?
I have a nodejs javascript class
MyJSClass.process(parameters)
is triggered by js code in nodejs script. How do I trigger a c++ function call whenMyJSClass.process
is called ?How do I bind this process method in webiview?
Beta Was this translation helpful? Give feedback.
All reactions