About 52 results
Open links in new tab
  1. How to execute Javascript function in C++ - Stack Overflow

    Oct 14, 2015 · How to execute Javascript function in C++ Asked 15 years, 10 months ago Modified 10 years, 4 months ago Viewed 53k times

  2. Javascript communicate with C++ - Stack Overflow

    Feb 20, 2013 · I have a desktop application that has a C++ backend and a HTML5/JS front end. We are currently having to use Google V8 or Mac Webview and Objective-C to allow Javascript and C++ to …

  3. How do I compile C++ to JavaScript in a browser?

    5 It is possible to compile C++ to JavaScript using a self-hosting version of Emscripten that runs in a browser, such as emception. Alternatively, it is possible to run a C++ compiler (or even an entire …

  4. How to call a C++ method from javascript - Stack Overflow

    May 29, 2014 · 3 This answer gives four appraoches to using C++ in JavaScript. The methods shown try to keep the original C++ in a standard and simple C++ implementation. Two methods using WASM …

  5. How to use c/c++ library with Javascript? - Stack Overflow

    Sep 17, 2015 · In general, I don't think my question (use C++ component with JS) is a bizaare idea. For example, Mozilla developed lots of XPCOM components in C++, then wrapped with XPConnect so …

  6. Is there a way to use C++ in JavaScript? - Stack Overflow

    Nov 29, 2014 · For example there are multiple implementations of JavaScript in Microsoft .Net Framework (including original one that is part of framework starting 1.0) - so you can write your code …

  7. Calling a JavaScript function from C - Stack Overflow

    Nov 6, 2016 · Is it possible to call a JavaScript function (written over, say, node.js) from C? (There are plenty of tutorials on calling C/C++ from node.js. But not the other way around.)

  8. How can I use a C++ library from node.js? - Stack Overflow

    Mar 9, 2012 · There is a fresh answer to that question now. SWIG, as of version 3.0 seems to provide javascript interface generators for Node.js, Webkit and v8. I've been using SWIG extensively for Java …

  9. Javascript C++ binding? - Stack Overflow

    Aug 17, 2012 · Libjspp C++ template based wrapper for embedding and extending Javascript engine spidermonkey 1 . 8 . 5 and more SpiderMonkey? is Mozilla Project's Javascript/ECMAScript engine. …

  10. How to call C++ functions/methods via JavaScript

    Nov 6, 2009 · does anybody know how to call C++ functions or methods via JavaScript. Need scripting like Lua/Python-C++ but with JavaScript. Thanks in advance.