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.
- 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