Tagged Questions
0
votes
1answer
241 views
Is it possible to call a Javascript function from C?
I'd like to find a way to call Javascript functions from C. Are there any language bindings available for this purpose? I'm trying to make a library of Javascript functions accessible from C. ...