About 842,000 results
Open links in new tab
  1. Is there a way to use C++ in JavaScript? - Stack Overflow

    Nov 29, 2014 · Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc (DragonEgg) or clang, or any other language that …

  2. Cpp.js

    Write your frontend in JavaScript and power it with C++ logic. Cpp.js empowers developers to bridge the gap between these two worlds seamlessly and efficiently. Cpp.js supports binding …

  3. JavaScriptC++: Modern Ways to Use C++ in JavaScript Projects

    Sep 17, 2017 · Emscripten offers various ways to connect C++ and JavaScript. One can call C++ functions directly (with or without ccall and cwrap) if only primitive values are exchanged.

  4. C++ with JavaScript: Combining Web Technologies - Code with C

    Jan 3, 2024 · Enhanced Performance: C++ brings the speed and efficiency, while JavaScript adds the web compatibility and dynamism. Utilizing Strengths: Leveraging C++ for heavy-duty tasks …

  5. Calling C++ from JavaScript | Development | Molybden

    You can call C++ code from JavaScript to access the file system, execute shell commands, invoke native APIs, work with the hardware devices, do some heavy calculations, etc.

  6. Compile and run C in JavaScript | Bun Blog

    Sep 18, 2024 · For many, needing to install Python 3 and a C++ compiler in CI to build a frontend JavaScript app is an unwelcome surprise. Compiling native addons is complicated for …

  7. felixhao28/JSCPP: A simple C++ interpreter written in JavaScript - GitHub

    Main API: JSCPP.run(code, input, config): code: string The C++ source code to be interpreted. input: string The text to be sent into standard input (can be overriden with config.stdio). config: …

  8. C++ for JavaScript developers - pawelgrzybek.com

    Jun 1, 2018 · Yes, you guessed it — JavaScript is written in C++. To be precise, the engines that drive the most popular JavaScript engines (V8 within Google Chrome and Node, Chakra for …

  9. Getting Started with Emscripten: Transpiling C/C++ to JavaScript

    Oct 29, 2015 · Emscripten is an LLVM-based tool that allows developers to compile C and C++ into highly performant JavaScript in the asm.js format, enabling near-native speeds inside a …

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

    May 29, 2014 · Two methods using WASM and two using SWIG and JRPC are used to give examples and ideas on executing C++ in JavaScript. In detail, this answer gives one example …

  11. Some results have been removed
Refresh