connor4312 / wasm-class-sample

A simple C++ WASM demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ A quick and dirty C++ WebAssembly demo πŸš€

This demo demonstrates that we can import and instantiate C++ classes in a browser. To run the demo you need to have the Emscripten toolchain installed. To get started see the official docs.

After you've installed the toolchain, simply run npm i and then npm start.

About

A simple C++ WASM demo


Languages

Language:C++ 39.2%Language:HTML 36.0%Language:Shell 24.9%