Skip to content

ShubhamYadav25/cpp-to-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Convert C/C++ Code to JavaScript Using Emscripten + WebAssembly

Bring the power of C/C++ to the web with WebAssembly! This project demonstrates how to compile C++ code into JavaScript/WebAssembly (WASM) using Emscripten and run it directly in the browser.

What You'll Learn

  • How to compile C++ to WebAssembly using emsdk
  • How to expose C++ functions to JavaScript
  • How to run native C++ code inside a browser with near-native speed
  • Simple integration of .wasm with HTML + JavaScript

Resources

About

Translate your c/c++ code to javascript πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages