How to call a js function from C subThread? #23326
Unanswered
sleeplatelscn
asked this question in
Q&A
Replies: 1 comment
-
Only JS code which is part the emscripten output is available in threads. In you want |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I defined a function in js:
Now I need to call it from a C++ subThread thru callback:
How can I fix this?
WwiseCallBackFuncCPP
is called by subThread automaticlly.Beta Was this translation helpful? Give feedback.
All reactions