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
- Host: GitHub
- URL: https://github.com/navdeep-g/wasm-cat
- Owner: navdeep-G
- License: apache-2.0
- Created: 2019-03-19T01:53:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:13:21.000Z (over 3 years ago)
- Last Synced: 2025-04-13T00:58:38.736Z (over 1 year ago)
- Topics: emscripten, wasm, webassembly
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.