An open API service indexing awesome lists of open source software.

https://github.com/navdeep-g/wasm-cat

C++ WASM demo
https://github.com/navdeep-g/wasm-cat

emscripten wasm webassembly

Last synced: 3 months ago
JSON representation

C++ WASM demo

Awesome Lists containing this project

README

          

# C++ WebAssembly Demo

* Import and instantiate `C++` classes in a browser.
* Ensure you have the Emscripten toolchain installed.
* Please see [the official docs](http://kripken.github.io/emscripten-site/docs/getting_started/index.html) for Emscripten install directions.

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